Skip to content

Commit 8c2556a

Browse files
committed
ci: use ubuntu-latest everywhere
1 parent 10cb84c commit 8c2556a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
test_aarch64:
2121
name: Integration Test (AArch64)
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout sources
2525
uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 4
4848
test_ia32:
4949
name: Integration Test (IA-32)
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout sources
5353
uses: actions/checkout@v4

0 commit comments

Comments
 (0)