Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
DanielDoehring and sloede authored Apr 26, 2024
1 parent dc1285d commit a9e9cf5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '~1.10.0-0'
version: '1.10'
show-versioninfo: true
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
Expand Down
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:
os:
- ubuntu-latest
version:
- '~1.10.0-0'
- '1.10'
arch:
- x64
steps:
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
version:
- '~1.10.0-0'
- '1.10'
# - '~1.10.0-0' # including development versions
# - 'nightly'
os:
Expand Down Expand Up @@ -85,19 +85,23 @@ jobs:
os: ubuntu-latest
arch: x64
trixi_test: threaded_legacy
- version: '~1.10.0-0'
- version: '1.9'
os: ubuntu-latest
arch: x64
trixi_test: threaded_legacy
- version: '1.10'
os: macOS-latest
arch: x64
trixi_test: mpi
- version: '~1.10.0-0'
- version: '1.10'
os: macOS-latest
arch: x64
trixi_test: threaded
- version: '~1.10.0-0'
- version: '1.10'
os: windows-latest
arch: x64
trixi_test: mpi
- version: '~1.10.0-0'
- version: '1.10'
os: windows-latest
arch: x64
trixi_test: threaded
Expand Down

0 comments on commit a9e9cf5

Please sign in to comment.