We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f85d2 commit ac123c1Copy full SHA for ac123c1
1 file changed
.github/workflows/macos-deploy.yml
@@ -8,6 +8,10 @@ jobs:
8
runs-on: macOS-latest
9
10
steps:
11
+ - uses: maxim-lobanov/setup-xcode@v1
12
+ with:
13
+ xcode-version: "13.4.1"
14
+
15
- name: Checkout repository
16
uses: actions/checkout@v3
17
0 commit comments