Skip to content

Commit

Permalink
Update ci.yml (#578)
Browse files Browse the repository at this point in the history
* Update ci.yml
  • Loading branch information
ViralBShah authored Nov 2, 2024
1 parent 33491e0 commit 07cf4a6
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,23 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macOS-13 # intel
julia-arch:
- x64
- x86
exclude:
- os: macOS-13
julia-arch: x86
include:
- os: macOS-latest
julia-arch: aarch64
julia-version: 'nightly'

- os: macOS-13
julia-arch: x64
julia-version: 'nightly'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-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 Expand Up @@ -91,7 +80,6 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
# version: '1.6'
version: 'nightly'
- name: Generate docs
run: |
Expand Down

0 comments on commit 07cf4a6

Please sign in to comment.