Skip to content

Commit 5e78ccf

Browse files
committed
Fix YAML syntax
1 parent 3a48a4d commit 5e78ccf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ jobs:
122122

123123
# On new enough Ubuntu we can build against the system deb.
124124
test_pip_flint_deb:
125-
name: Build on {{ matrix.ubuntu-version }}
126-
runs-on: {{ matrix.os-version }}
125+
name: Build on {{ matrix.os }}
126+
runs-on: ${{ matrix.os }}
127127
strategy:
128128
fail-fast: false
129129
matrix:
130-
os-version: [ubuntu-24.04]
130+
os: [ubuntu-24.04]
131131
steps:
132132
- uses: actions/checkout@v4
133133
- run: sudo apt-get update

0 commit comments

Comments
 (0)