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

Commit

Permalink
Oops: Wrong os
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 committed May 14, 2021
1 parent d788688 commit 592142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: tests
strategy:
matrix:
os: [ubuntu-latest, macos-10.14, windows-latest]
os: [ubuntu-18.04, macos-latest, windows-latest]
channel: [beta, nightly]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 592142f

Please sign in to comment.