]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: use Xcode_14.0.1 for cmake builds
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Tue, 31 Jan 2023 14:57:41 +0000 (15:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Feb 2023 10:36:40 +0000 (11:36 +0100)
Fixes #10356
Closes #10381

.github/workflows/macos.yml

index c6eb36bcd35f953cb9b645b82a8992b1afc7052c..aa4de3dac6f93afaed2009df341657a8a0fa14ac 100644 (file)
@@ -23,6 +23,9 @@ concurrency:
 
 permissions: {}
 
+env:
+  DEVELOPER_DIR: /Applications/Xcode_14.0.1.app/Contents/Developer
+
 jobs:
   autotools:
     name: ${{ matrix.build.name }}