Skip to content

Commit

Permalink
pin some CI at 22.04
Browse files Browse the repository at this point in the history
CUDA needs the older compilers for now
exact Riemann seems to have some roundoff issues
  • Loading branch information
zingale committed Jan 16, 2025
1 parent 1d40334 commit ae571b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exact_riemann.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: exact Riemann
on: [pull_request]
jobs:
exact_riemann:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gpu_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
gpu-compilation:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ae571b1

Please sign in to comment.