Skip to content

Commit ead37a8

Browse files
authored
Merge pull request #1134 from gircore/fix-macos-tests
Update macos runner to version 14
2 parents 69a7788 + 29c11bc commit ead37a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ env:
2626
jobs:
2727
build_macos:
2828
name: Build (MacOS)
29-
runs-on: macos-12
29+
runs-on: macos-14
3030
if: github.event.inputs.publish_release != 'true'
3131

3232
defaults:
3333
run:
3434
shell: bash
35+
36+
env:
37+
DYLD_LIBRARY_PATH: "/opt/homebrew/lib"
3538

3639
steps:
3740
- name: Install dependencies

0 commit comments

Comments
 (0)