Skip to content

Commit ac6e919

Browse files
authored
[CI] fix macos runners (#403)
1 parent 00f8740 commit ac6e919

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/full-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: ["ubuntu-latest", "macos-13", "windows-latest"]
14+
os: ["ubuntu-latest", "macos-15-intel", "windows-latest"]
1515
vers: [ {pt_ver: "1.10.0", tv_ver: "0.11.1"}, {pt_ver: "1.11.0", tv_ver: "0.12.0"}, {pt_ver: "1.12.0", tv_ver: "0.13.0"} ]
1616
include:
1717
- os: macos-latest

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: ["ubuntu-latest", "macos-13", "macos-latest", "windows-latest"]
14+
os: ["ubuntu-latest", "macos-15-intel", "macos-latest", "windows-latest"]
1515
python-version: ["3.9", "3.10", "3.11"]
1616
defaults:
1717
run:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: ["ubuntu-latest", "macos-13", "windows-latest"]
18+
os: ["ubuntu-latest", "macos-15-intel", "windows-latest"]
1919
vers: [ {pt_ver: "1.10.0", tv_ver: "0.11.1"}, {pt_ver: "latest", tv_ver: "latest"} ]
2020
include:
2121
- os: macos-latest

0 commit comments

Comments
 (0)