Skip to content

Commit

Permalink
fix wrong triplet names
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan130200 committed May 7, 2024
1 parent 1e88c71 commit ed88da2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-latest
- os: ubuntu-20.04
vcpkg_triplet: x64-linux-release
- os: ubuntu-latest
- os: ubuntu-20.04
vcpkg_triplet: x86-linux

- os: macos-latest
- os: macos-11
vcpkg_triplet: x64-osx-release
- os: macos-latest
- os: macos-11
vcpkg_triplet: x86-osx

- os: windows-latest
- os: windows-2019
vcpkg_triplet: x64-windows-release
- os: windows-latest
- os: windows-2019
vcpkg_triplet: x86-windows-release
steps:
- name: vcpkg build
Expand Down

0 comments on commit ed88da2

Please sign in to comment.