Skip to content

Commit

Permalink
Update macos runner to version 14
Browse files Browse the repository at this point in the history
  • Loading branch information
badcel committed Nov 6, 2024
1 parent 69a7788 commit f42c52a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,23 @@ 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:
LIBRARY_PATH: "/opt/homebrew/lib"

steps:
- name: Install dependencies
run: brew install cairo gdk-pixbuf gobject-introspection meson

- name: doc
run: brew doctor

- name: Prepare git
run: git config --global core.autocrlf false
shell: bash
Expand Down

0 comments on commit f42c52a

Please sign in to comment.