Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 23e8020

Browse files
authored
update macos runners from macos-12 to macos-14 (#1394)
1 parent 4e3f86e commit 23e8020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/integration-test-matrix.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = ({ context }) => {
4444

4545
if (labels.includes("test macos") || testAllLabel) {
4646
include.push({
47-
os: "macos-12",
47+
os: "macos-14",
4848
adapter,
4949
"python-version": pythonVersion,
5050
});
@@ -78,7 +78,7 @@ module.exports = ({ context }) => {
7878
// additionally include runs for all adapters, on macos and windows,
7979
// but only for the default python version
8080
for (const adapter of supportedAdapters) {
81-
for (const operatingSystem of ["windows-latest", "macos-12"]) {
81+
for (const operatingSystem of ["windows-latest", "macos-14"]) {
8282
include.push({
8383
os: operatingSystem,
8484
adapter: adapter,

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
strategy:
175175
fail-fast: false
176176
matrix:
177-
os: [ubuntu-latest, macos-12, windows-latest]
177+
os: [ubuntu-latest, macos-14, windows-latest]
178178
python-version: ['3.9', '3.10', '3.11', '3.12']
179179
dist-type: ["whl", "gz"]
180180

0 commit comments

Comments
 (0)