Skip to content

Commit

Permalink
upddate.
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Jul 31, 2024
1 parent c486941 commit a2434eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
matrix:
config: [
{os: ubuntu-latest},
{os: macos-13, arch: x86_64},
{os: macos-13, arch: arm64},
{os: macos-14, arch: x86_64},
{os: macos-14, arch: arm64},
{os: windows-latest},
]
env:
COMPILER_CACHE_VERSION: 1
COMPILER_CACHE_DIR: ${{ github.workspace }}/compiler-cache
MACOSX_DEPLOYMENT_TARGET: 10.12
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -37,7 +38,7 @@ jobs:
if: runner.os == 'macOS'
run: |
if [[ ${{ matrix.config.arch }} == "x86_64" ]]; then
VCPKG_TARGET_TRIPLET="x64-osx"
VCPKG_TARGET_TRIPLET="x64-osx-release"
elif [[ ${{ matrix.config.arch }} == "arm64" ]]; then
VCPKG_TARGET_TRIPLET="arm64-osx-release"
else
Expand Down

0 comments on commit a2434eb

Please sign in to comment.