Skip to content

Commit

Permalink
macOS workflow updates (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Aug 29, 2024
1 parent 6e883d1 commit 6f6b4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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-11
runs-on: macos-12
strategy:
fail-fast: false
matrix:
include:
- xcode: "13.2.1"
- xcode: "14.2"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,12 @@ jobs:
xcode:
name: XCode
needs: clang
runs-on: macos-11
runs-on: macos-12
strategy:
fail-fast: false
matrix:
include:
- xcode: "10.3"
- xcode: "11.7"
- xcode: "12.4"
- xcode: "13.2.1"
- xcode: "14.2"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6f6b4e5

Please sign in to comment.