Skip to content

Commit

Permalink
14-16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Nov 25, 2024
1 parent 2785d38 commit 8af1123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
xcode:
name: XCode
needs: clang
runs-on: macos-12
runs-on: macos-14
strategy:
fail-fast: false
matrix:
include:
- xcode: "14.2"
- xcode: "16.1"
steps:
- name: Checkout
uses: actions/checkout@v3
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-14
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 8af1123

Please sign in to comment.