Skip to content

Commit 0081125

Browse files
authored
Fix matrix key from 'operating-system' to 'os'
1 parent 398baab commit 0081125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
operating-system: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-15]
18+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-15]
1919
steps:
2020
- uses: actions/checkout@v4
2121

0 commit comments

Comments
 (0)