Skip to content

Commit 8b5cba0

Browse files
committed
macos-14
1 parent 6e77621 commit 8b5cba0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ jobs:
6161
strategy:
6262
matrix:
6363
target: [macos-intel, macos-universal]
64-
runs-on: macos-13
64+
runs-on: macos-14
6565
steps:
6666
- uses: actions/checkout@v4
6767
with:
6868
submodules: recursive
6969

70+
- uses: innodatalabs/action-pip-conf@1.0.0
71+
with:
72+
pip-conf: "[global]\nbreak-system-packages = true"
73+
7074
- name: Import APP Certificates
7175
uses: apple-actions/import-codesign-certs@v2
7276
with:

0 commit comments

Comments
 (0)