Skip to content

Commit

Permalink
Switch from macos-14 to macos-15 due to Xcode 16 being removed in act…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 14, 2024
1 parent 98f7e30 commit 9185395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skip-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ on:
required: false
jobs:
skip-app:
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 120
env:
#DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
#DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
#DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
steps:
- name: Cache Homebrew packages
uses: actions/cache@v4
Expand Down

0 comments on commit 9185395

Please sign in to comment.