Skip to content

Commit

Permalink
use new name of julia channels
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Oct 18, 2024
1 parent d6e8080 commit dfb190e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
with:
channel: '1'
channel: 'release'
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-ENH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- Quality
- Instability
version:
- '1'
# - '1.9'
- 'release'
# - 'lts'
# - 'nightly'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- CondPlanar
- Regression
version:
- '1'
# - '1.9'
- 'release'
# - 'lts'
# - 'nightly'
os:
- ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- 'main'
tags: ['*']
branches:
- 'main'
tags: ['*']
jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
with:
channel: '1'
channel: 'release'
- uses: julia-actions/cache@v2
- name: Pkg.add
shell: julia --color=yes {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
with:
channel: '1'
channel: 'release'
- uses: julia-actions/cache@v2
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
with:
channel: '1'
channel: 'release'
- uses: julia-actions/cache@v2
- name: Install JuliaFormatter and format
shell: julia --color=yes {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v2
with:
channel: '1'
channel: 'release'
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-invalidations@v1
Expand Down

0 comments on commit dfb190e

Please sign in to comment.