Skip to content

Commit ad20d38

Browse files
authored
CI: Stubs Python 3.10 (#506)
Update CI for Stubs to Ubuntu 24.10 and Python 3.10
1 parent c1f0039 commit ad20d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stubs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Build and install libamrex as AMReX CMake project
1717
stubs:
1818
name: Stubs
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
env:
2121
CC: gcc
2222
CXX: g++
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-python@v5
4040
name: Install Python
4141
with:
42-
python-version: '3.9'
42+
python-version: '3.10'
4343

4444
- name: Dependencies
4545
run: |

0 commit comments

Comments
 (0)