We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cb84c commit 8c2556aCopy full SHA for 8c2556a
1 file changed
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ concurrency:
19
jobs:
20
test_aarch64:
21
name: Integration Test (AArch64)
22
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
23
steps:
24
- name: Checkout sources
25
uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
47
timeout-minutes: 4
48
test_ia32:
49
name: Integration Test (IA-32)
50
51
52
53
0 commit comments