Skip to content

Commit

Permalink
Fewer CI architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Mar 2, 2024
1 parent 7e0c72d commit b1d6b64
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,26 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- 'nightly'
- '1' # Current stable version
os:
- ubuntu-latest
- windows-latest
- macOS-13 # intel
- macOS-14 # arm
- macOS-latest
arch:
- x64
- aarch64
exclude:
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
- os: macOS-13
arch: aarch64
include:
- os: macOS-14
arch: aarch64
version: '1'
- os: ubuntu-latest
arch: x86
version: '1'
- os: ubuntu-latest
arch: x64
- os: macOS-14
version: '1.6'
- os: ubuntu-latest
arch: x64
version: 'nightly'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b1d6b64

Please sign in to comment.