Skip to content

Commit

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

0 comments on commit a87eb02

Please sign in to comment.