We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4765f3 commit 398baabCopy full SHA for 398baab
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ permissions: {}
12
13
jobs:
14
build-and-test-native:
15
- runs-on: ${{ matrix.operating-system }}
+ runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
operating-system: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-15]
0 commit comments