Skip to content

Commit

Permalink
Fix GitHub actions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
themaxw authored Dec 18, 2024
1 parent 818179a commit d872426
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
include:
- name: Linux
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
- name: macOS
runs-on: macos-10.15
runs-on: macos-latest

env:
SRC_PATH: ${{ github.workspace }}/src
Expand All @@ -36,7 +36,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install jack meson libxml++3 liblo rtmidi
brew install jack meson libxml++3 liblo rtmidi ninja
- name: build on Linux
if: runner.os == 'Linux'
run: |
Expand All @@ -45,8 +45,6 @@ jobs:
meson compile
- name: build on Linux / macOS
if: runner.os == 'macOS'
env:
DEVELOPER_DIR: "/Applications/Xcode_11.7.app/Contents/Developer" # specify XCode version on macOS
run: |
meson --buildtype release $BUILD_PATH
cd $BUILD_PATH
Expand Down

0 comments on commit d872426

Please sign in to comment.