Skip to content

Commit

Permalink
ci: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Mar 7, 2024
1 parent 4b7e137 commit e700f71
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
julia-version:
- "1.9"
- "1" # Latest Release
- "1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia
os:
- ubuntu-latest
- macOS-latest
- macos-latest
- windows-latest
arch:
julia-arch:
- x64
include:
- os: ubuntu-latest
version: 1.10.0
arch: x64
exclude:
- os: macOS-latest
julia-arch: x86
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down Expand Up @@ -78,4 +77,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit e700f71

Please sign in to comment.