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

Commit 592142f

Browse files
author
steven nguyen
authored
Oops: Wrong os
1 parent d788688 commit 592142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: tests
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, 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)