Skip to content

Commit

Permalink
Use public CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Jul 2, 2024
1 parent 445fce1 commit c9497d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [[self-hosted, non-ui, Linux], [self-hosted, non-ui, macOS]]
os: [ubuntu-latest, macos-latest, windows-latest]
timeout-minutes: 5
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 https://github.com/actions/checkout/releases/tag/v4.1.1
Expand Down

0 comments on commit c9497d3

Please sign in to comment.