Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 60f3918

Browse files
authored
Merge pull request #2683 from icecream17/update-ci
update os matrix in ci
2 parents cb4a0f7 + 592142f commit 60f3918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: tests
1010
strategy:
1111
matrix:
12-
os: [ubuntu-18.04, macos-10.14, windows-latest]
12+
os: [ubuntu-18.04, macos-latest, windows-latest]
1313
channel: [beta, nightly]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)