Skip to content

Commit ed70388

Browse files
committed
ci: update macos runner version to 13
1 parent eeb5c9f commit ed70388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: owlplug-host-win
4444
path: owlplug-host/src/main/juce/Builds/VisualStudio2019/x64/Release/Dynamic Library/owlplug-host-${{ env.version }}.dll
4545
build-host-osx:
46-
runs-on: macos-12
46+
runs-on: macos-13
4747
steps:
4848
- uses: actions/checkout@v4
4949
with:
@@ -181,7 +181,7 @@ jobs:
181181
name: owlplug-win-installer-msi
182182
path: build/output/OwlPlug-${{ env.version }}.msi
183183
package-osx:
184-
runs-on: macos-12
184+
runs-on: macos-13
185185
needs: [build-jar]
186186
steps:
187187
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)