diff --git a/.github/workflows/arbitrator-ci.yml b/.github/workflows/arbitrator-ci.yml index c203bba67..421a5865b 100644 --- a/.github/workflows/arbitrator-ci.yml +++ b/.github/workflows/arbitrator-ci.yml @@ -22,7 +22,7 @@ env: jobs: arbitrator: name: Run Arbitrator tests - runs-on: linux-2xl + runs-on: linux-xl steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/arbitrator-skip-ci.yml b/.github/workflows/arbitrator-skip-ci.yml index 3e8e2e3fa..a9ba879d3 100644 --- a/.github/workflows/arbitrator-skip-ci.yml +++ b/.github/workflows/arbitrator-skip-ci.yml @@ -15,7 +15,7 @@ on: jobs: arbitrator: name: Run Arbitrator tests - runs-on: linux-2xl + runs-on: linux-xl steps: - name: Do nothing run: echo "doing nothing" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e6bb4694..87d1f3656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: test: name: Go Tests - runs-on: linux-2xl + runs-on: linux-xl # Creates a redis container for redis tests services: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1869f943e..5425321b9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: analyze: name: Analyze if: github.repository == 'Layr-Labs/nitro' # don't run in any forks without "Advanced Security" enabled - runs-on: linux-2xl + runs-on: linux-xl permissions: actions: read contents: read diff --git a/.github/workflows/docker-eigenda.yml b/.github/workflows/docker-eigenda.yml index 00d1b99be..8ecf623ed 100644 --- a/.github/workflows/docker-eigenda.yml +++ b/.github/workflows/docker-eigenda.yml @@ -5,7 +5,7 @@ on: jobs: docker: - runs-on: linux-2xl + runs-on: linux-xl strategy: matrix: include: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a01d288be..5178d95a2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,7 +13,7 @@ on: jobs: docker: name: Docker build - runs-on: linux-2xl + runs-on: linux-xl services: # local registery registry: diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 46da3664c..1b76c3f5f 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -6,7 +6,7 @@ on: jobs: build_and_run: - runs-on: linux-2xl + runs-on: linux-xl steps: - name: Checkout