Skip to content

Commit bd97d07

Browse files
committed
Update OSX runners to macos-13
1 parent 20bfdfa commit bd97d07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-20.04, windows-2019, macos-12]
13+
os: [ubuntu-20.04, windows-2019, macos-13]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108108
strategy:
109109
fail-fast: false
110110
matrix:
111-
os: [ubuntu-20.04, windows-2019, macos-12]
111+
os: [ubuntu-20.04, windows-2019, macos-13]
112112
python-version: ['3.9', '3.10', '3.11', '3.12']
113113

114114
steps:

0 commit comments

Comments
 (0)