Skip to content

Commit 9e45735

Browse files
authored
Merge pull request #1055 from asmorkalov:as/macos13
Update Mac x86 to macos-13 as macos-12 is deprecated by Github actions and will be removed soon
2 parents 3f50d32 + b12aea1 commit 9e45735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
Build:
23-
runs-on: macos-12
23+
runs-on: macos-13
2424
defaults:
2525
run:
2626
shell: bash
@@ -98,7 +98,7 @@ jobs:
9898

9999
Test:
100100
needs: [Build]
101-
runs-on: macos-12
101+
runs-on: macos-13
102102
defaults:
103103
run:
104104
shell: bash

0 commit comments

Comments
 (0)