Skip to content

Commit

Permalink
CI: Use macos-15 runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaedtler committed Oct 23, 2024
1 parent b52f427 commit 0983707
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

macos:
name: macOS 🍏 (clang-analyze)
runs-on: macos-14
runs-on: macos-15
defaults:
run:
shell: zsh --no-rcs --errexit --pipefail {0}
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
macos-build:
name: macOS 🍏
runs-on: macos-14
runs-on: macos-15
needs: check-event
strategy:
fail-fast: false
Expand All @@ -80,10 +80,6 @@ jobs:
: Set Up Environment 🔧
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
print '::group::Enable Xcode 15.4'
sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
print '::endgroup::'
print '::group::Clean Homebrew Environment'
local -a to_remove=()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
failCondition: error

swift-format:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
services-validation:
name: Validate Services 🕵️
if: github.repository_owner == 'obsproject' && inputs.job == 'services'
runs-on: macos-14
runs-on: macos-15
permissions:
checks: write
contents: write
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steam-upload:
name: Upload Steam Builds 🚂
if: github.repository_owner == 'obsproject' && inputs.job == 'steam'
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/steam-upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
name: Upload Steam Builds 🚂
needs: check-tag
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/steam-upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
create-appcast:
name: Create Sparkle Appcast 🎙️
if: github.repository_owner == 'obsproject' && github.ref_type == 'tag'
runs-on: macos-14
runs-on: macos-15
needs: build-project
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
services-availability:
name: Check Service Availability 🛜
if: github.repository_owner == 'obsproject'
runs-on: macos-14
runs-on: macos-15
permissions:
checks: write
contents: write
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
name: Upload Steam Builds 🚂
needs: [build-project]
if: github.repository_owner == 'obsproject'
runs-on: macos-14
runs-on: macos-15
defaults:
run:
shell: zsh --no-rcs --errexit --pipefail {0}
Expand Down

0 comments on commit 0983707

Please sign in to comment.