We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37c684 commit 2d9c0eaCopy full SHA for 2d9c0ea
.github/workflows/ci.yml
@@ -13,13 +13,12 @@ on:
13
branches:
14
- main
15
16
-env:
17
- DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
18
-
19
jobs:
20
test:
21
name: Test
22
runs-on: macOS-14
+ env:
+ DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
23
strategy:
24
matrix:
25
destination:
0 commit comments