Skip to content

Commit

Permalink
Merge pull request #257 from pact-foundation/ci/mac-osx
Browse files Browse the repository at this point in the history
ci(macos): add macos-12 to cover x86_64
  • Loading branch information
YOU54F authored May 9, 2024
2 parents cd00c14 + eebca05 commit e4d84ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

jobs:
build-and-test-osx:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
os: [macos-12, macos-latest]
fail-fast: false

steps:
Expand Down Expand Up @@ -94,4 +95,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
parallel-finished: true

0 comments on commit e4d84ac

Please sign in to comment.