Skip to content

Commit 5c78179

Browse files
committed
Fucking GitHub
1 parent e697f14 commit 5c78179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ master ]
77
jobs:
88
tests:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@main
1212
- uses: actions/setup-python@v5
@@ -30,7 +30,7 @@ jobs:
3030
cd build
3131
cmake --build . --target test
3232
lint:
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- uses: actions/checkout@main
3636
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)