Skip to content

Commit 2d88030

Browse files
committed
Pin to MacOS 13 for now to avoid conflicts with system Python 3.12.
1 parent 12360ee commit 2d88030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949

5050
jobs:
5151
build_dmg:
52-
runs-on: macos-latest
52+
runs-on: macos-13
5353
outputs:
5454
dmg-file-name: ${{ steps.get-dmg-filename.outputs.dmg-file-name }}
5555
env:

0 commit comments

Comments
 (0)