Skip to content

Commit

Permalink
Deploy snapshot builds on a macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 7, 2024
1 parent b4435b6 commit bb0142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

deploy-snapshot:
name: Deploy snapshot
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 10
if: github.repository == 'saket/telephoto' && github.ref == 'refs/heads/trunk'
needs: [unit-tests, screenshot-tests]
Expand Down

0 comments on commit bb0142b

Please sign in to comment.