We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f25cdf commit 9c76cb9Copy full SHA for 9c76cb9
1 file changed
.github/workflows/ci.yml
@@ -7,8 +7,8 @@ jobs:
7
build_bloscjni:
8
strategy:
9
matrix:
10
- os: [ ubuntu, windows, macos ]
11
- runs-on: ${{ matrix.os }}-latest
+ os: [ ubuntu-latest, windows-latest, macos-12 ]
+ runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v3
14
with:
0 commit comments