Skip to content

Commit 657b34b

Browse files
authored
Fix CI
1 parent 54ab692 commit 657b34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctest/.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- x86_64-unknown-linux-gnu
2121

2222
name: ${{ matrix.version }} - ${{ matrix.target }}
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

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

0 commit comments

Comments
 (0)