From 6279a43ed05ad0568a9c047d643643d81fa246b8 Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Thu, 3 Oct 2024 21:29:53 -0700 Subject: [PATCH] Use ARM runners --- .github/workflows/build.yml | 9 +++------ .github/workflows/pr.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b92bc8c..9fe0289 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,9 @@ jobs: # Build and test plugin and provide artifact. build: name: Build - runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large + runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large steps: - - run: df - # Check out current repository - name: Fetch Sources uses: actions/checkout@v2 @@ -30,7 +28,6 @@ jobs: distribution: 'corretto' java-version: '17' - - run: df - uses: gradle/actions/setup-gradle@v4 - run: df @@ -50,7 +47,7 @@ jobs: products: ${{ steps.get-products.outputs.products }} verify: - runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large + runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large needs: build strategy: fail-fast: false @@ -90,7 +87,7 @@ jobs: publish-beta: needs: verify - runs-on: ubuntu-latest + runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large if: github.repository == 'amazon-ion/ion-intellij-plugin' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 67eb4fc..3a9d735 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: # Build and test plugin and provide artifact. build: name: Build - runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large + runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large steps: # Check out current repository @@ -52,7 +52,7 @@ jobs: products: ${{ steps.get-products.outputs.products }} verify: - runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large + runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large needs: build strategy: fail-fast: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97aaf0c..9455477 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ env: jobs: release: - runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large + runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large steps: # Check out current repository - name: Fetch Sources