Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 13, 2024
1 parent 4fbb89c commit 02477cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Checks
on:
push:
branches:
- dgsga-meson-build
- dgsga-meson-builds
paths-ignore:
- "CONTRIBUTORS"
- "NEWS"
Expand Down Expand Up @@ -189,11 +189,13 @@ jobs:
run: cd build && meson test

build-macos:
if: false
name: macOS
runs-on: macos-13
runs-on: macos-14
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 02477cc

Please sign in to comment.