Skip to content

Commit aca908c

Browse files
committed
try running on windows
1 parent f40ea06 commit aca908c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ env:
1313
jobs:
1414
test:
1515
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16-
runs-on: ubuntu-latest
16+
runs-on: ${{ matrix.os }}
1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
version:
2121
- '1'
2222
os:
2323
- ubuntu-latest
24+
- windows-latest
2425
arch:
2526
- x64
2627
steps:

0 commit comments

Comments
 (0)