Skip to content

Commit f7b18f8

Browse files
ericsalokarenwuz
authored andcommitted
Update GitHub Actions to use macOS-14 (again).
See actions/runner-images#13046. PiperOrigin-RevId: 836365578
1 parent d4e7a81 commit f7b18f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_upb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ jobs:
162162
# supported Python versions and assume this gives us sufficient test
163163
# coverage.
164164
- { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'binary' }
165-
- { os: macos-13, python-version: "3.9", architecture: x64, type: 'binary' }
165+
- { os: macos-14, python-version: "3.9", architecture: arm64, type: 'binary' }
166166
- { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'binary' }
167-
- { os: macos-13, python-version: "3.13", architecture: x64, type: 'binary' }
167+
- { os: macos-14, python-version: "3.13", architecture: arm64, type: 'binary' }
168168
- { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'source'}
169-
- { os: macos-13, python-version: "3.9", architecture: x64, type: 'source', continuous-only: true }
169+
- { os: macos-14, python-version: "3.9", architecture: arm64, type: 'source', continuous-only: true }
170170
- { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'source'}
171-
- { os: macos-13, python-version: "3.13", architecture: x64, type: 'source', continuous-only: true }
171+
- { os: macos-14, python-version: "3.13", architecture: arm64, type: 'source', continuous-only: true }
172172

173173
# Windows uses the full API up until Python 3.10.
174174
- { os: windows-2022, python-version: "3.9", architecture: x86, type: 'binary', continuous-only: true }

0 commit comments

Comments
 (0)