We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a48a4d commit 5e78ccfCopy full SHA for 5e78ccf
1 file changed
.github/workflows/buildwheel.yml
@@ -122,12 +122,12 @@ jobs:
122
123
# On new enough Ubuntu we can build against the system deb.
124
test_pip_flint_deb:
125
- name: Build on {{ matrix.ubuntu-version }}
126
- runs-on: {{ matrix.os-version }}
+ name: Build on {{ matrix.os }}
+ runs-on: ${{ matrix.os }}
127
strategy:
128
fail-fast: false
129
matrix:
130
- os-version: [ubuntu-24.04]
+ os: [ubuntu-24.04]
131
steps:
132
- uses: actions/checkout@v4
133
- run: sudo apt-get update
0 commit comments