Skip to content

Commit

Permalink
ci: Use macos-13 runner for bundling
Browse files Browse the repository at this point in the history
The ffmpeg action only supports x64, but macos-latest is now arm based.
  • Loading branch information
mhan83 committed May 22, 2024
1 parent d7542ee commit aa0421e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
gh release upload ${{ steps.prep.outputs.version }} testcafe-windows-amd64.zip
release-macos-bundle:
runs-on: macos-latest
# macos-latest is arm only which is not supported by the setup-ffmpeg action
runs-on: macos-13
needs: [create-release-draft]
steps:
- name: Find matching draft tag
Expand Down

0 comments on commit aa0421e

Please sign in to comment.