diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 16c211772..62730ebd0 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -19,7 +19,7 @@ on: jobs: check-dist: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index ceac4f1f2..1c7b7a677 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -5,7 +5,7 @@ on: jobs: close-issues: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: issues: write pull-requests: write diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9771ca0f4..12a15b6a3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,7 +10,7 @@ jobs: CodeQL-Build: # CodeQL runs on ubuntu-latest and windows-latest - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout repository diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4c1dfe5fb..fc43d034c 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 name: Check licenses steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2b8b47a2e..dc4c4f82b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [blacksmith-4vcpu-ubuntu-2404, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -52,7 +52,7 @@ jobs: test-save: strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [blacksmith-4vcpu-ubuntu-2404, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -75,7 +75,7 @@ jobs: needs: test-save strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [blacksmith-4vcpu-ubuntu-2404, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -97,7 +97,7 @@ jobs: # End to end with proxy test-proxy-save: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 container: image: ubuntu:latest options: --dns 127.0.0.1 @@ -120,7 +120,7 @@ jobs: path: test-cache test-proxy-restore: needs: test-proxy-save - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 container: image: ubuntu:latest options: --dns 127.0.0.1