Skip to content

Commit

Permalink
XCode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 18, 2024
1 parent 7c2e1af commit 1857a51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["14.2.0", "13.4.1"]
macOS: ["macos-12"]
macOS: [ "macos-13" ]
xcode: [ "15.2.0" ]
steps:
- name: Investigate available XCode versions
run: ls -n /Applications/ | grep Xcode*
- uses: actions/[email protected]
- name: Install gpg
run: brew install gnupg
Expand Down

0 comments on commit 1857a51

Please sign in to comment.