Skip to content

Commit

Permalink
Revert "Fix CI"
Browse files Browse the repository at this point in the history
This reverts commit ce787ca.
  • Loading branch information
terasakisatoshi committed Nov 16, 2024
1 parent ce787ca commit 363ac32
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ concurrency:
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

permissions:
actions: write
contents: read

jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand All @@ -24,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- 'lts'
- '1.9'
- '1'
os:
- ubuntu-latest
Expand All @@ -38,7 +33,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
continue-on-error: ${{ matrix.version == 'nightly' }}
Expand Down

0 comments on commit 363ac32

Please sign in to comment.