Skip to content

Commit

Permalink
Merge pull request #565 from JuliaDSP/mh/backport-564
Browse files Browse the repository at this point in the history
[release-0.7] Update CI.yml to use pre-release builds
  • Loading branch information
martinholters authored Sep 13, 2024
2 parents 1737340 + 7887b91 commit 26ca32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version:
- '1.0' # Oldest version supported by this package
- '1' # Current stable version
- nightly
- pre
os:
- ubuntu-latest
arch:
Expand All @@ -34,7 +34,7 @@ jobs:
version: 1
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: 1
arch: x64
Expand Down

0 comments on commit 26ca32e

Please sign in to comment.