Skip to content

Commit

Permalink
Revert macos runner to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Nov 7, 2024
1 parent 2e98954 commit 9384626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
swift-button-functional-test:
runs-on: macOS-13
runs-on: macos-latest
needs: check-pr-body-for-key
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }}
Expand Down

0 comments on commit 9384626

Please sign in to comment.