Skip to content

Commit

Permalink
matrix excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 15, 2024
1 parent 727820f commit 6538250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
alpine: true
- os: "macos-12"
alpine: true
- os: "macos-14"
alpine: true
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion standalone/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function createConfig(location: string = process.cwd()): Config {
{
platform: 'win32',
binary: `pact-${PACT_STANDALONE_VERSION}-windows-x86.zip`,
binaryChecksum: `pact-${PACT_STANDALONE_VERSION}-windows-x86.zip${CHECKSUM_SUFFIX}`,
binaryChecksum: `pact-${PACT_STANDALONE_VERSION}-windows-x86_64.zip${CHECKSUM_SUFFIX}`,
folderName: `windows-x64-${PACT_STANDALONE_VERSION}`,
downloadLocation: PACT_BINARY_LOCATION,
},
Expand Down

0 comments on commit 6538250

Please sign in to comment.