diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b0355d7db8095..99d9c4e19ec95 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,11 +26,7 @@ permissions: jobs: rust_lint: name: Rust lints - runs-on: - - "self-hosted" - - "linux" - - "x64" - - "metal" + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -54,11 +50,7 @@ jobs: format_lint: name: Formatting - runs-on: - - "self-hosted" - - "linux" - - "x64" - - "metal" + runs-on: ubuntu-latest env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ vars.TURBO_TEAM }} diff --git a/.github/workflows/test-js-packages.yml b/.github/workflows/test-js-packages.yml index ef022f82f8437..a1e1f747aae2d 100644 --- a/.github/workflows/test-js-packages.yml +++ b/.github/workflows/test-js-packages.yml @@ -30,11 +30,7 @@ jobs: matrix: os: - name: ubuntu - runner: - - "self-hosted" - - "linux" - - "x64" - - "metal" + runner: ubuntu-latest - name: macos runner: macos-13 node-version: diff --git a/.github/workflows/turborepo-test.yml b/.github/workflows/turborepo-test.yml index f15f4fcaefa3e..624c73b9c483f 100644 --- a/.github/workflows/turborepo-test.yml +++ b/.github/workflows/turborepo-test.yml @@ -120,11 +120,7 @@ jobs: rust_lint: name: Rust lints - runs-on: - - "self-hosted" - - "linux" - - "x64" - - "metal" + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -153,11 +149,7 @@ jobs: rust_check: # We test dependency changes only on main name: Turborepo rust check - runs-on: - - "self-hosted" - - "linux" - - "x64" - - "metal" + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -178,18 +170,11 @@ jobs: matrix: os: - name: ubuntu - runner: - - "self-hosted" - - "linux" - - "x64" - - "metal" - nextest: linux + runner: ubuntu-latest - name: macos runner: macos-13 - nextest: mac - name: windows runner: windows-latest - nextest: windows-tar runs-on: ${{ matrix.os.runner }} name: Turborepo Rust testing on ${{ matrix.os.name }} steps: