Skip to content

Commit

Permalink
Ref #92
Browse files Browse the repository at this point in the history
Maybe fix the intel ci error.
  • Loading branch information
EdwardSafford-NOAA committed Jul 18, 2023
1 parent 3038854 commit eb95360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
setup:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
# Cache spack, compiler and dependencies
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
build:
needs: setup
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: checkout-gsi-monitor
Expand Down

0 comments on commit eb95360

Please sign in to comment.