Skip to content

Commit 02522f7

Browse files
authored
Fix CI.yml
1 parent d514c70 commit 02522f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ github.event_name }}
11-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -21,7 +21,6 @@ jobs:
2121
- uses: julia-actions/setup-julia@v1
2222
with:
2323
version: ${{ matrix.version }}
24-
arch: ${{ matrix.arch }}
2524
- uses: julia-actions/cache@v1
2625
- uses: julia-actions/julia-buildpkg@v1
2726
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)