We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ff9a6 commit 882f0bcCopy full SHA for 882f0bc
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test_glibc_gcc:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
13
container: gcc:14
14
15
steps:
@@ -45,7 +45,7 @@ jobs:
45
46
47
test_musl_gcc:
48
49
# We need Python 3.12. That's why we're using alpine:edge.
50
# Currently (May 2024) edge is the only Alpine version with Python 3.12.
51
# Once edge advances, the Alpine Python version will be bumped and `python -m pip install -e INCHI-1-TEST` will break.
0 commit comments