Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe authored Oct 10, 2023
1 parent 7a1e9e3 commit 0d8597b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
macos:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -77,7 +77,6 @@ jobs:
hdiutil detach /Volumes/vulkansdk-macos-1.3.261.1
- name: build-x86_64
run: |
ls -alh /Applications/
export VULKAN_SDK=`pwd`/vulkansdk-macos-1.3.261.1/macOS
mkdir build-x86_64 && cd build-x86_64
cmake -DUSE_STATIC_MOLTENVK=ON -DCMAKE_OSX_ARCHITECTURES="x86_64" \
Expand Down

0 comments on commit 0d8597b

Please sign in to comment.