Skip to content

Commit 3027306

Browse files
committed
Replace 20.04 with 24.04 because 20.04 runner is deprecated.
1 parent acb4975 commit 3027306

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
- macos-latest
2121
- windows-latest
2222
exclude:
23-
- os: macos-latest
24-
python-version: '3.10'
23+
# Save time
2524
- os: macos-latest
2625
python-version: '3.12'
26+
27+
# Both of these have trouble setting up that python on macos.
28+
- os: macos-latest
29+
python-version: '3.9'
2730
- os: macos-latest
2831
python-version: 'pypy-3.9'
2932
runs-on: ${{ matrix.os }}

.github/workflows/wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,20 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
os: [ubuntu-20.04, windows-2019, macos-12]
95+
os: [ubuntu-24.04, windows-2019, macos-12]
9696
arch: ["x86_64", "arm64"]
9797
include:
9898
- os: windows-2019
9999
arch: win_amd64
100100
- os: windows-2019
101101
arch: win32
102-
- os: ubuntu-20.04
102+
- os: ubuntu-24.04
103103
arch: i686
104-
- os: ubuntu-20.04
104+
- os: ubuntu-24.04
105105
arch: aarch64
106-
- os: ubuntu-20.04
106+
- os: ubuntu-24.04
107107
arch: ppc64le
108-
- os: ubuntu-20.04
108+
- os: ubuntu-24.04
109109
arch: s390x
110110
exclude:
111111
- os: windows-2019

0 commit comments

Comments
 (0)