Skip to content

Commit

Permalink
bumpup container version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangff committed May 30, 2024
1 parent 4b9fe63 commit eb66aba
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
make-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.05
steps:
- name: Setup github SSH
uses: shimataro/ssh-key-action@v2
Expand All @@ -35,20 +35,8 @@ jobs:
submodules: recursive
fetch-depth: 0 # needed to get commits since last tag
ssh-key: ${{ secrets.SSHKEY }}
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
- name: Setup LLVM
uses: ZhongRuoyu/setup-llvm@v0
with:
llvm-version: 18
- uses: goto-bus-stop/setup-zig@v2
- run: zig cc -v
- name: Upgrade libstdc++
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt -y update
sudo apt -y install --only-upgrade libstdc++6
sudo apt -y install libstdc++-13-dev
- name: Setup Rust
uses: dtolnay/[email protected]
- name: Setup xmake
Expand Down

0 comments on commit eb66aba

Please sign in to comment.