Skip to content

Commit 882f0bc

Browse files
committed
Pin CI runner version
1 parent c5ff9a6 commit 882f0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test_glibc_gcc:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
container: gcc:14
1414

1515
steps:
@@ -45,7 +45,7 @@ jobs:
4545

4646

4747
test_musl_gcc:
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-24.04
4949
# We need Python 3.12. That's why we're using alpine:edge.
5050
# Currently (May 2024) edge is the only Alpine version with Python 3.12.
5151
# Once edge advances, the Alpine Python version will be bumped and `python -m pip install -e INCHI-1-TEST` will break.

0 commit comments

Comments
 (0)