Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vcpkg to latest apr 24 #1874

Merged
merged 3 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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