Skip to content

Commit

Permalink
Don't run CI on Linux-x86 and Windows, siggen doesn't compile there
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Nov 21, 2024
1 parent 6eba857 commit 9b7c017
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@ jobs:
arch:
- x64
include:
- version: 1
os: ubuntu-latest
arch: x86
- version: 1
os: macOS-latest
arch: x64
- version: 1
os: windows-latest
arch: x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 9b7c017

Please sign in to comment.