File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments