Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Jan 23, 2023
1 parent 28fd9f6 commit 55982a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.7']
os: [ubuntu-22.04]
julia-version: ['1.8']
julia-arch: [x64]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand All @@ -40,12 +40,12 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.7']
os: [ubuntu-22.04]
julia-version: ['1.8']
julia-arch: [x64]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit 55982a0

Please sign in to comment.