Skip to content

Commit

Permalink
Re-upgrade ubuntu in CI to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 21, 2023
1 parent 344f457 commit cbb8067
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 @@ -24,7 +24,7 @@ env:

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

steps:
# Free up disk space
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
gsi:
needs: setup
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: install-intel
Expand Down

0 comments on commit cbb8067

Please sign in to comment.