Skip to content

Commit

Permalink
Merge pull request #1134 from gircore/fix-macos-tests
Browse files Browse the repository at this point in the history
Update macos runner to version 14
  • Loading branch information
badcel authored Nov 7, 2024
2 parents 69a7788 + 29c11bc commit ead37a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ env:
jobs:
build_macos:
name: Build (MacOS)
runs-on: macos-12
runs-on: macos-14
if: github.event.inputs.publish_release != 'true'

defaults:
run:
shell: bash

env:
DYLD_LIBRARY_PATH: "/opt/homebrew/lib"

steps:
- name: Install dependencies
Expand Down

0 comments on commit ead37a8

Please sign in to comment.