Skip to content

Commit 67b56d8

Browse files
committed
fix(ci): switch macOS build back to xcode
1 parent 20057dd commit 67b56d8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macOS
33
on: [push, pull_request]
44

55
jobs:
6-
apple-clang:
6+
xcode:
77
strategy:
88
fail-fast: false
99
matrix:
@@ -17,8 +17,6 @@ jobs:
1717
submodules: true
1818
fetch-depth: 0
1919

20-
- uses: seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
21-
2220
- name: Cache vcpkg
2321
uses: actions/cache@v4.0.2
2422
id: cache-vcpkg
@@ -52,8 +50,7 @@ jobs:
5250
$cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
5351
$env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
5452
55-
$env:PATH = "${env:PATH}:${{ github.workspace }}/ninja-build"
56-
cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_MODULES=OFF" -G Ninja ${{ github.workspace }}
53+
cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_MODULES=OFF" ${{ github.workspace }}
5754
5855
- name: Build
5956
working-directory: build/

0 commit comments

Comments
 (0)