Skip to content

Commit 0e22e2e

Browse files
authored
Update CI-mac-x86_64.yml
1 parent f6484b7 commit 0e22e2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI-mac-x86_64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI macOS 13 x86_64
1+
name: CI macOS 15 x86_64
22

33
on:
44
push:
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: macos-13
18+
runs-on: macos-15-intel
1919
steps:
2020
- uses: actions/checkout@v2
2121

@@ -118,7 +118,7 @@ jobs:
118118
fail-fast: false
119119
matrix:
120120
python-version: ['3.6', '3.10', '3.x']
121-
runs-on: macos-13
121+
runs-on: macos-15-intel
122122
steps:
123123
- name: Download wheel artifact
124124
uses: actions/download-artifact@v4
@@ -150,7 +150,7 @@ jobs:
150150
fail-fast: false
151151
matrix:
152152
python-version: ['3.10', '3.x']
153-
runs-on: macos-13
153+
runs-on: macos-15-intel
154154
steps:
155155
- name: Checkout
156156
uses: actions/checkout@v4

0 commit comments

Comments
 (0)