Skip to content

Commit

Permalink
fix(tests): macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 20, 2024
1 parent a65d993 commit 374a75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
test:
strategy:
matrix:
platform: [ubuntu-22.04, macos-14, windows-2022]
platform: [ubuntu-22.04, macos-12, windows-2022]
runs-on: ${{ matrix.platform }}
needs: build
steps:
Expand Down

0 comments on commit 374a75e

Please sign in to comment.