Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjthomas9 committed May 22, 2024
1 parent cc24f94 commit 4935a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
continue-on-error: ${{ matrix.version == 'nightly' }}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: "Replace julia libstdcxx ubuntu + julia v1.6"
if: ${{ matrix.version == '1.6' && matrix.os == 'ubuntu-latest' }}
# The following is needed for Julia <=1.8.3 on Linux OS
Expand Down

0 comments on commit 4935a66

Please sign in to comment.