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

Commit ff262fa

Browse files
committed
Remove ubuntu test
1 parent d011f9d commit ff262fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
Test:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
13-
channel: [stable, beta]
12+
os: [macos-latest, windows-latest]
13+
channel: [stable, nightly]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)