Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os:
- ubuntu-latest
arch:
- x64
- default
juliasyntaxvendored:
- false
include:
Expand All @@ -33,17 +33,17 @@ jobs:
arch: x86
- version: '1'
os: windows-latest
arch: x64
arch: default
- version: '1'
os: macos-latest
arch: x64
arch: default
- version: '1'
os: ubuntu-latest
arch: x64
arch: default
juliasyntaxvendored: true
steps:
- uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/setup-julia@v3
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
Loading