diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 421fbfd..1abee17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: options: - 'ubuntu-latest' - 'self-hosted' - default: 'self-hosted' + default: 'ubuntu-latest' # Cancel if a newer run is started concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}