Skip to content

Commit

Permalink
Merge pull request #266 from DropSnorz/ci/macos-12
Browse files Browse the repository at this point in the history
Pin macOs builder version to 12
  • Loading branch information
DropSnorz authored Sep 21, 2024
2 parents 9d59f85 + 4f4b0f0 commit d3f1e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: owlplug-host-win
path: owlplug-host/src/main/juce/Builds/VisualStudio2019/x64/Release/Dynamic Library/owlplug-host-${{ env.version }}.dll
build-host-osx:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: owlplug-win-installer-msi
path: build/output/OwlPlug-${{ env.version }}.msi
package-osx:
runs-on: macos-latest
runs-on: macos-12
needs: [build-jar]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d3f1e08

Please sign in to comment.