Skip to content

Commit 6ddba2c

Browse files
authored
macos-14 (#13)
1 parent 9efc1d2 commit 6ddba2c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +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
69+
70+
- uses: innodatalabs/action-pip-conf@1.0.0
71+
with:
72+
pip-conf: "[global]\nbreak-system-packages = true"
73+
6974
- uses: distrho/dpf-makefile-action@v1
7075
with:
7176
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)