Skip to content

Commit

Permalink
Bumping Python version for latest-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Feb 20, 2025
1 parent 46a6da5 commit e0269b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fortran-compiler: [nvfortran]
build-type: [Release]#, Debug]
enable-gpu-acc: [False, True]
py-version: [3.7.13, 3.9.12]
py-version: [3.10.16]

# Environmental variables
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_scm_DEPHY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
fortran-compiler: [gfortran-12]
build-type: [Release, Debug]
py-version: [3.7.13]
py-version: [3.10.16]

# Environmental variables
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
fortran-compiler: [gfortran-11]
build-type: [Release, Debug, SinglePrecision]
py-version: [3.9.12]
py-version: [3.10.16]

# Environmental variables
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_scm_ccpp_prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Initialize submodules
run: git submodule update --init --recursive

- name: Set up Python 3.8.5
- name: Set up Python 3.10.16
uses: actions/setup-python@v5
with:
python-version: 3.8.5
python-version: 3.10.16

- name: Add conda to system path
run: |
Expand Down

0 comments on commit e0269b3

Please sign in to comment.