Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Feb 27, 2024
1 parent 9c1fe75 commit b3bfe2e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-13, macOS-14]
exclude:
- os: ubuntu-latest
arch: aarch64
julia-arch: aarch64
- os: windows-latest
arch: aarch64
julia-arch: aarch64
- os: macOS-13
arch: x86
julia-arch: x86
- os: macOS-13
arch: aarch64
julia-arch: aarch64
- os: macOS-14
arch: x86
julia-arch: x86
- os: macOS-14
arch: x64
julia-arch: x64
- os: macOS-14
version: '1.6'
julia-version: '1.6'
- os: macOS-14
version: '1.0'
julia-version: '1.0'

steps:
- name: Set git to use LF (Windows only)
Expand Down

0 comments on commit b3bfe2e

Please sign in to comment.