Skip to content

Commit 9c76cb9

Browse files
authored
Update ci.yml
1 parent 5f25cdf commit 9c76cb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
build_bloscjni:
88
strategy:
99
matrix:
10-
os: [ ubuntu, windows, macos ]
11-
runs-on: ${{ matrix.os }}-latest
10+
os: [ ubuntu-latest, windows-latest, macos-12 ]
11+
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:

0 commit comments

Comments
 (0)