Skip to content

Commit 9bb7aae

Browse files
committed
XCode 15
1 parent 1a4a59e commit 9bb7aae

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
@@ -63,9 +63,11 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
xcode: ["14.2.0", "13.4.1"]
67-
macOS: ["macos-12"]
66+
macOS: [ "macos-13" ]
67+
xcode: [ "15.2.0" ]
6868
steps:
69+
- name: Investigate available XCode versions
70+
run: ls -n /Applications/ | grep Xcode*
6971
- uses: actions/checkout@v4.2.0
7072
- name: Install gpg
7173
run: brew install gnupg

0 commit comments

Comments
 (0)