Skip to content

Commit

Permalink
Update ci.yml with more architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Nov 2, 2024
1 parent 46c8f7e commit ec38631
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,21 @@ jobs:
- windows-latest
arch:
- x64
- x86
include:
- os: macOS-latest
arch: aarch64
version: '1.10'
- os: ubuntu-latest
arch: x86
- os: macOS-13
arch: x64
version: '1.10'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-${{ matrix.os }}
${{ runner.os }}-
- uses: julia-actions/cache@v2
- run: julia --color=yes .ci/test_and_change_uuid.jl
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit ec38631

Please sign in to comment.