Skip to content

Commit

Permalink
Update example workflow in README (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Sep 3, 2024
1 parent b288068 commit fe72c66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1', 'nightly']
julia-version: ['lts', '1', 'pre']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand All @@ -37,11 +37,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
# with:
Expand Down Expand Up @@ -72,7 +72,7 @@ If you only want to add this prefix on certain builds, you can [include addition
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
version: ['1.0', '1', 'nightly']
version: ['lts', '1', 'pre']
arch: [x64]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit fe72c66

Please sign in to comment.