Skip to content

Commit 212ff2e

Browse files
committed
fix the test runner os
let's not get too wild
1 parent 3dfadff commit 212ff2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build lib
@@ -20,7 +20,7 @@ jobs:
2020
run: cargo test --verbose
2121

2222
style:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: fmt

0 commit comments

Comments
 (0)