Skip to content

Commit 1857a51

Browse files
committed
XCode 15
1 parent 7c2e1af commit 1857a51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
xcode: ["14.2.0", "13.4.1"]
66-
macOS: ["macos-12"]
65+
macOS: [ "macos-13" ]
66+
xcode: [ "15.2.0" ]
6767
steps:
68+
- name: Investigate available XCode versions
69+
run: ls -n /Applications/ | grep Xcode*
6870
- uses: actions/[email protected]
6971
- name: Install gpg
7072
run: brew install gnupg

0 commit comments

Comments
 (0)