Skip to content

Commit

Permalink
set version of downgrade action back to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jan 26, 2024
1 parent 0bcafa9 commit 60f1a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# We could also include the Julia version as in
# name: ${{ matrix.trixi_test }} - ${{ matrix.os }} - Julia ${{ matrix.version }} - ${{ matrix.arch }} - ${{ github.event_name }}
# to be more specific. However, that requires us updating the required CI tests whenever we update Julia.
name: Downgrade ${{ matrix.trixi_test }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
name: Downgrade ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -50,7 +50,7 @@ jobs:
arch: ${{ matrix.arch }}
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
- uses: julia-actions/cache@v1
- uses: cjdoris/julia-downgrade-compat-action@v1.0.7
- uses: cjdoris/julia-downgrade-compat-action@v1
with:
skip: UUIDs
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit 60f1a7c

Please sign in to comment.