Skip to content

Commit

Permalink
[ci] Fix missing sudo on mac to select xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 17, 2023
1 parent 8159a53 commit 0b8771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
release_flags: "-DCMAKE_BUILD_TYPE=Release",
build_flags: "",
sdk: "/opt/ossia-sdk-x86_64",
pre_build: "xcode-select -s /Applications/Xcode_15.0.app"
pre_build: "sudo xcode-select -s /Applications/Xcode_15.0.app"
}

steps:
Expand Down

0 comments on commit 0b8771f

Please sign in to comment.