Skip to content

Commit

Permalink
ci(#265): pin macOs builder version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Sep 21, 2024
1 parent 9d59f85 commit 4f4b0f0
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 4f4b0f0

Please sign in to comment.