Skip to content

Commit

Permalink
ci: Run mac build on macos-13
Browse files Browse the repository at this point in the history
macos-latest is arm only
  • Loading branch information
mhan83 committed May 21, 2024
1 parent 4893793 commit 0cf1e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
gsutil cp ./testcafe-windows-amd64.zip gs://${{ secrets.GCS_RUNNER_BUCKET }}/testcafe-windows-amd64-${{ github.run_id }}.zip
build-mac-bundle:
runs-on: macos-latest
# macos-latest is arm only which is not supported by the setup-ffmpeg action
runs-on: macos-13
needs: [test]
steps:
- name: Checkout
Expand Down

0 comments on commit 0cf1e18

Please sign in to comment.