Skip to content

Commit

Permalink
ci: update macos runner version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Jan 11, 2025
1 parent eeb5c9f commit ed70388
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-12
runs-on: macos-13
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-12
runs-on: macos-13
needs: [build-jar]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ed70388

Please sign in to comment.