Skip to content

Commit f3a6415

Browse files
authored
force usae of xcode 15
1 parent cdf89cc commit f3a6415

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
jobs:
1313
build:
1414

15+
env:
16+
# https://github.com/actions/runner-images/tree/main/images/macos
17+
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
18+
1519
runs-on: macos-latest
1620

1721
steps:

0 commit comments

Comments
 (0)