Skip to content

Commit

Permalink
Merge pull request #60 from JohnTitor/JohnTitor-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Dec 1, 2024
2 parents 8b45e12 + 1d4a916 commit 268d0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- x86_64-unknown-linux-gnu

name: ${{ matrix.version }} - ${{ matrix.target }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install ${{ matrix.version }}
run: TOOLCHAIN=${{ matrix.version }} TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
Expand Down

0 comments on commit 268d0ca

Please sign in to comment.