Skip to content

Commit

Permalink
Runs on out of matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed May 21, 2024
1 parent 4c335c9 commit 471448f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ jobs:
actions: write
# Required by julia-actions/cache.
contents: read
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
os:
- ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 471448f

Please sign in to comment.