Skip to content

Commit

Permalink
Update vcpkg to latest apr 24 (#1874)
Browse files Browse the repository at this point in the history
* Update vcpkg

* Fix mac os build to ventura and x64

* Try different macos version
  • Loading branch information
stekyne committed May 2, 2024
1 parent 1f4408e commit 93e2edb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/csound_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

iOS_build:
name: iOS build
runs-on: macos-latest
runs-on: macos-12
steps:
- name: update bison
run: brew install bison && echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

macos_build_vcpkg:
name: MacOS build (vcpkg)
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout source code
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 434 files
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "csound",
"version-string": "6.18.1",
"builtin-baseline": "ad3bae57455a3c3ce528fcd47d8e8027d0498add",
"builtin-baseline": "943c5ef1c8f6b5e6ced092b242c8299caae2ff01",
"dependencies": [
"zlib",
"libsamplerate",
Expand Down

0 comments on commit 93e2edb

Please sign in to comment.