Skip to content

Commit

Permalink
switch from 20.04 to latest for thornado gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhamsj committed Oct 1, 2024
1 parent 192389f commit c9ad0f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/thornado_ubuntu-20.04_gnu.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Compile thornado on Ubuntu 20.04 with gnu compilers
name: Compile thornado on Ubuntu (latest) with gnu compilers

on: [ push, pull_request ]

jobs:
thornado-compile-with-amrex_gnu:
name: Compile thornado on Ubuntu 20.04 with gnu compilers
runs-on: ubuntu-20.04
name: Compile thornado on Ubuntu (latest) with gnu compilers
runs-on: ubuntu-latest
env:
THORNADO_MACHINE: gh-runner_ubuntu-20.04_gnu
THORNADO_MACHINE: gh-runner_ubuntu-latest_gnu
steps:
- name: Checkout Poseidon
uses: actions/checkout@v3
Expand Down

0 comments on commit c9ad0f6

Please sign in to comment.