Skip to content

Commit 3b5d353

Browse files
Update Downgrade.yml
1 parent afca9f4 commit 3b5d353

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,23 @@ on:
1010
- master
1111
paths-ignore:
1212
- 'docs/**'
13-
schedule:
14-
- cron: '30 12 * * 6'
1513
jobs:
1614
test:
17-
runs-on: ${{ matrix.os }}
15+
runs-on: ubuntu-latest
1816
strategy:
19-
fail-fast: false
2017
matrix:
21-
group:
22-
- Core
23-
version:
24-
- '1'
25-
os:
26-
- ubuntu-latest
27-
- macos-latest
28-
- windows-latest
18+
downgrade_mode: ['alldeps']
19+
julia-version: ['1.10']
2920
steps:
3021
- uses: actions/checkout@v4
3122
- uses: julia-actions/setup-julia@v2
3223
with:
33-
version: ${{ matrix.version }}
34-
- uses: julia-actions/julia-downgrade-compat@v1
24+
version: ${{ matrix.julia-version }}
25+
- uses: julia-actions/julia-downgrade-compat@v2
26+
# if: ${{ matrix.version == '1.6' }}
3527
with:
3628
skip: Pkg,TOML
37-
- uses: julia-actions/cache@v2
38-
with:
39-
token: ${{ secrets.GITHUB_TOKEN }}
4029
- uses: julia-actions/julia-buildpkg@v1
4130
- uses: julia-actions/julia-runtest@v1
31+
with:
32+
ALLOW_RERESOLVE: false

0 commit comments

Comments
 (0)