Skip to content

Commit

Permalink
Switch back to the public GitHub Actions runners
Browse files Browse the repository at this point in the history
This repo was using one of the custom GitHub Actions runners when it did not need to (since it has no need of more compute, ARM CPUs or a static IP; public repos don't need a static IP for Git checkouts).

As such, it's been switched back to the standard GitHub Actions runners, as recommended here:
https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZR57becb9df8d94f80b132168fd
  • Loading branch information
edmorley authored Jul 15, 2024
1 parent 288320a commit a7d6b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tests:
name: Tests
runs-on: pub-hk-ubuntu-22.04-small
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down

0 comments on commit a7d6b90

Please sign in to comment.