summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-01-31 15:57:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-01 11:36:40 +0100
commit92d4053afd45ee3d9296346e4c495a478bbe8ede (patch)
treeb76ec99b98f15e26b426a48dced357742eabde8a /.github
parent48eb71ade41d4b37f416b643063cab846ac027a2 (diff)
downloadcurl-92d4053afd45ee3d9296346e4c495a478bbe8ede.tar.gz
GHA/macos: use Xcode_14.0.1 for cmake builds
Fixes #10356 Closes #10381
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c6eb36bcd..aa4de3dac 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -23,6 +23,9 @@ concurrency:
permissions: {}
+env:
+ DEVELOPER_DIR: /Applications/Xcode_14.0.1.app/Contents/Developer
+
jobs:
autotools:
name: ${{ matrix.build.name }}