mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
CI: Switch to MacOS 15 to enable OBS 31.1.1 support
This commit is contained in:
parent
5f2237ac2a
commit
ee41a8d58b
6
.github/workflows/build-project.yaml
vendored
6
.github/workflows/build-project.yaml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
|
|
||||||
macos-build:
|
macos-build:
|
||||||
name: Build for macOS 🍏
|
name: Build for macOS 🍏
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
needs: check-event
|
needs: check-event
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
@ -107,8 +107,8 @@ jobs:
|
||||||
print "pluginName=${product_name}" >> $GITHUB_OUTPUT
|
print "pluginName=${product_name}" >> $GITHUB_OUTPUT
|
||||||
print "pluginVersion=${git_tag}" >> $GITHUB_OUTPUT
|
print "pluginVersion=${git_tag}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
print '::group::Enable Xcode 15.2'
|
print '::group::Enable Xcode 16.1'
|
||||||
sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
|
sudo xcode-select --switch /Applications/Xcode_16.1.0.app/Contents/Developer
|
||||||
print '::endgroup::'
|
print '::endgroup::'
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user