We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3bded commit 9ccc777Copy full SHA for 9ccc777
.github/workflows/build-and-test-daily.yaml
@@ -11,7 +11,7 @@ env:
11
12
jobs:
13
build-and-test-daily:
14
- runs-on: [self-hosted, Linux, X64]
+ runs-on: ubuntu-22.04
15
container: ${{ matrix.container }}${{ matrix.container-suffix }}
16
strategy:
17
fail-fast: false
0 commit comments