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 7, 2024
1 parent 69a7788 commit b9358e8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,25 @@ 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:
LD_LIBRARY_PATH: "/opt/homebrew/lib"

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

#- name: doc
# run: brew doctor

- name: stat
run: ls -lisa /opt/homebrew/lib

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

0 comments on commit b9358e8

Please sign in to comment.