Skip to content

Commit a281c68

Browse files
Merge pull request #443 from PyAr/ghactions-jun25
Updated different versions in github action runners.
2 parents d65cad5 + 4b45122 commit a281c68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/integtests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545
- name: Install dependencies
4646
run: |
47-
yum install --assumeyes python3.12 python-packaging
47+
yum install --assumeyes python3.13 python-packaging
4848
- name: Simple fades run
4949
run: |
5050
cd /fades
@@ -53,16 +53,16 @@ jobs:
5353
run: |
5454
yum install --assumeyes python3.9
5555
cd /fades
56-
python3.12 bin/fades -v --python=python3.9 -d pytest -x pytest -v --integtest-pyversion=3.9 tests/integtest.py
56+
python3.13 bin/fades -v --python=python3.9 -d pytest -x pytest -v --integtest-pyversion=3.9 tests/integtest.py
5757
5858
native-windows:
5959
strategy:
6060
matrix:
6161
# just a selection otherwise it's too much
6262
# - latest OS (left here even if it's only one to simplify upgrading later)
6363
# - oldest and newest Python
64-
os: [windows-2022]
65-
python-version: [3.8, "3.12"]
64+
os: [windows-2025]
65+
python-version: [3.8, "3.13"]
6666

6767
runs-on: ${{ matrix.os }}
6868
steps:
@@ -97,8 +97,8 @@ jobs:
9797
# just a selection otherwise it's too much
9898
# - latest OSes
9999
# - oldest and newest Python
100-
os: [ubuntu-22.04, macos-12]
101-
python-version: [3.8, "3.12"]
100+
os: [ubuntu-24.04, macos-15]
101+
python-version: [3.8, "3.13"]
102102

103103
runs-on: ${{ matrix.os }}
104104
steps:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
run-tests:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019, windows-2022]
17-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
16+
os: [ubuntu-22.04, ubuntu-24.04, macos-14, macos-15, windows-2022, windows-2025]
17+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1818

1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)