Skip to content

Commit 2597f9f

Browse files
authored
Merge pull request #1135 from scrasmussen/hotfix/bump-ci-ubuntu-version
CI Hotfix: bumping Ubuntu version to latest
2 parents fce2a4e + e45f198 commit 2597f9f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci_fv3_ccpp_prebuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ccpp-prebuild-FV3:
77

88
# The type of runner that the job will run on
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212
- name: Checkout current ccpp-physics code
@@ -38,11 +38,11 @@ jobs:
3838
git remote add remote_local $GIT_REMOTE_URL
3939
git fetch remote_local $GIT_REMOTE_BRANCH
4040
git checkout remote_local/$GIT_REMOTE_BRANCH
41-
42-
- name: Set up Python 3.8.5
41+
42+
- name: Set up Python 3.10.13
4343
uses: actions/setup-python@v3
4444
with:
45-
python-version: 3.8.5
45+
python-version: 3.10.13
4646

4747
- name: Add conda to system path
4848
run: |
@@ -53,4 +53,4 @@ jobs:
5353
run: |
5454
cd /home/runner/work/ccpp-physics/ccpp-physics/fv3atm/ccpp/
5555
mkdir -p /home/runner/work/ccpp-physics/ccpp-physics/fv3atm/bin/ccpp/physics/physics/
56-
./framework/scripts/ccpp_prebuild.py --config config/ccpp_prebuild_config.py
56+
./framework/scripts/ccpp_prebuild.py --config config/ccpp_prebuild_config.py

.github/workflows/ci_scm_ccpp_prebuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ccpp-prebuild-SCM:
77

88
# The type of runner that the job will run on
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212

@@ -42,11 +42,11 @@ jobs:
4242
git remote add remote_local $GIT_REMOTE_URL
4343
git fetch remote_local $GIT_REMOTE_BRANCH
4444
git checkout remote_local/$GIT_REMOTE_BRANCH
45-
46-
- name: Set up Python 3.8.5
45+
46+
- name: Set up Python 3.10.13
4747
uses: actions/setup-python@v3
4848
with:
49-
python-version: 3.8.5
49+
python-version: 3.10.13
5050

5151
- name: Add conda to system path
5252
run: |
@@ -58,4 +58,4 @@ jobs:
5858
cd /home/runner/work/ccpp-physics/ccpp-physics/ccpp-scm/
5959
git status
6060
mkdir -p /home/runner/work/ccpp-physics/ccpp-physics/ccpp-scm/scm/bin/ccpp/physics/physics/
61-
./ccpp/framework/scripts/ccpp_prebuild.py --config ccpp/config/ccpp_prebuild_config.py
61+
./ccpp/framework/scripts/ccpp_prebuild.py --config ccpp/config/ccpp_prebuild_config.py

0 commit comments

Comments
 (0)