Skip to content

Commit

Permalink
macOS workflow updates (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Nov 25, 2024
1 parent 2215e07 commit 076f177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/PR_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@ jobs:
xcode:
name: XCode
needs: clang
runs-on: macos-12
runs-on: macos-15
strategy:
fail-fast: false
matrix:
include:
- xcode: "14.2"
steps:
- xcode: "16.1"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ jobs:
xcode:
name: XCode
needs: clang
runs-on: macos-12
runs-on: macos-15
strategy:
fail-fast: false
matrix:
include:
- xcode: "14.2"
- xcode: "16.1"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 076f177

Please sign in to comment.