Skip to content

Commit d7a21d1

Browse files
Revert "Fix CI"
This reverts commit f7099e6.
1 parent f7099e6 commit d7a21d1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ concurrency:
1111
# Cancel intermediate builds: only if it is a pull request build.
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
14-
15-
permissions:
16-
actions: write
17-
contents: read
18-
1914
jobs:
2015
test:
2116
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -24,7 +19,7 @@ jobs:
2419
fail-fast: false
2520
matrix:
2621
version:
27-
- 'lts'
22+
- '1.9'
2823
- '1'
2924
os:
3025
- ubuntu-latest
@@ -38,7 +33,7 @@ jobs:
3833
with:
3934
version: ${{ matrix.version }}
4035
arch: ${{ matrix.arch }}
41-
- uses: julia-actions/cache@v2
36+
- uses: julia-actions/cache@v1
4237
- uses: julia-actions/julia-buildpkg@v1
4338
- uses: julia-actions/julia-runtest@v1
4439
continue-on-error: ${{ matrix.version == 'nightly' }}

0 commit comments

Comments
 (0)