Skip to content

Commit

Permalink
skip x86
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent a977acf commit 5c323e7
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,9 @@ jobs:
version:
- '1.10' # LTS
- '1' # latest stable
os: [ubuntu-latest]
arch: [x64, x86]
include: # spare windows/macos CI credits, run on julia-latest only
- os: windows-latest
version: '1'
arch: x64
- os: windows-latest
version: '1'
arch: x86
- os: macOS-latest
version: '1'
arch: x64
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64]

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 5c323e7

Please sign in to comment.