Skip to content

Commit a9e9cf5

Browse files
Apply suggestions from code review
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
1 parent dc1285d commit a9e9cf5

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: julia-actions/setup-julia@v2
3838
with:
39-
version: '~1.10.0-0'
39+
version: '1.10'
4040
show-versioninfo: true
4141
- uses: julia-actions/cache@v1
4242
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os:
1212
- ubuntu-latest
1313
version:
14-
- '~1.10.0-0'
14+
- '1.10'
1515
arch:
1616
- x64
1717
steps:

.github/workflows/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
version:
55-
- '~1.10.0-0'
55+
- '1.10'
5656
# - '~1.10.0-0' # including development versions
5757
# - 'nightly'
5858
os:
@@ -85,19 +85,23 @@ jobs:
8585
os: ubuntu-latest
8686
arch: x64
8787
trixi_test: threaded_legacy
88-
- version: '~1.10.0-0'
88+
- version: '1.9'
89+
os: ubuntu-latest
90+
arch: x64
91+
trixi_test: threaded_legacy
92+
- version: '1.10'
8993
os: macOS-latest
9094
arch: x64
9195
trixi_test: mpi
92-
- version: '~1.10.0-0'
96+
- version: '1.10'
9397
os: macOS-latest
9498
arch: x64
9599
trixi_test: threaded
96-
- version: '~1.10.0-0'
100+
- version: '1.10'
97101
os: windows-latest
98102
arch: x64
99103
trixi_test: mpi
100-
- version: '~1.10.0-0'
104+
- version: '1.10'
101105
os: windows-latest
102106
arch: x64
103107
trixi_test: threaded

0 commit comments

Comments
 (0)