Skip to content

Commit 3c282a4

Browse files
ericsaloRachel Goldfinger
authored andcommitted
Update GitHub Actions to use macOS-14 (again).
See actions/runner-images#13046. PiperOrigin-RevId: 836365578
1 parent 2e1a0cc commit 3c282a4

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/test_upb.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,16 @@ jobs:
169169
# a single wheel. As a result we can just test the oldest and newest
170170
# supported Python versions and assume this gives us sufficient test
171171
# coverage.
172-
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' }
173-
- { os: macos-13, python-version: "3.8", architecture: x64, type: 'binary' }
174-
- { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'binary' }
175-
- { os: macos-13, python-version: "3.11", architecture: x64, type: 'binary' }
176-
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' }
177-
- { os: macos-13, python-version: "3.8", architecture: x64, type: 'source' }
178-
- { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'source' }
179-
- { os: macos-13, python-version: "3.11", architecture: x64, type: 'source' }
172+
- { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'binary' }
173+
- { os: macos-14, python-version: "3.9", architecture: arm64, type: 'binary' }
174+
- { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'binary' }
175+
- { os: macos-14, python-version: "3.13", architecture: arm64, type: 'binary' }
176+
- { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'source'}
177+
- { os: macos-14, python-version: "3.9", architecture: arm64, type: 'source', continuous-only: true }
178+
- { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'source'}
179+
- { os: macos-14, python-version: "3.13", architecture: arm64, type: 'source', continuous-only: true }
180+
- { os: ubuntu-latest, python-version: "3.14", architecture: x64, type: 'source', continuous-only: true }
181+
- { os: macos-14, python-version: "3.14", architecture: arm64, type: 'source', continuous-only: true }
180182

181183
# Windows uses the full API up until Python 3.10, so each of these
182184
# jobs tests a distinct binary wheel.

0 commit comments

Comments
 (0)