Skip to content

Commit

Permalink
Update CI configuration for multiple OS and architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 31, 2024
1 parent 4a53165 commit f62bd95
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
test_set: ["basic", "plots", "higher_order", "estimation"]
version: ['1.8', '1.9', '1.10']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
os: [ubuntu-latest, macos-14, windows-latest]
arch: [x64, arm64]
exclude:
- version: '1.8'
os: macOS-latest
Expand All @@ -26,6 +26,12 @@ jobs:
os: macOS-latest
- version: '1.9'
os: windows-latest
- arch: arm64
os: ubuntu-latest
- arch: arm64
os: windows-latest
- arch: x64
os: macos-14
include:
- os: ubuntu-latest
prefix: xvfb-run
Expand All @@ -42,8 +48,8 @@ jobs:
arch: x64
test_set: "3rd_order_estimation"
- version: '1.10'
os: macos-14
arch: arm64
os: macOS-latest
arch: x64
test_set: "basic"
- version: 'nightly'
os: ubuntu-latest
Expand Down

0 comments on commit f62bd95

Please sign in to comment.