From ed07cbc531b17973c6b0914ccef013afdb5ee496 Mon Sep 17 00:00:00 2001 From: gera Date: Tue, 20 Aug 2024 10:39:25 +0200 Subject: [PATCH] macos runner --- .github/workflows/build-images.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 22aa0e99f..7d33de5c4 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -7,7 +7,7 @@ on: jobs: build-images: - runs-on: ubuntu-latest + runs-on: macos-13 timeout-minutes: 120 env: DOCKER_HUB_PARACHAIN: kiltprotocol/kilt-node @@ -19,27 +19,9 @@ jobs: CI_COMMIT_BRANCH: ${{ github.ref_name }} CI_COMMIT_TAG: ${{ github.ref_name }} steps: - - name: Free Disk Space - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - - name: Checkout uses: actions/checkout@v4 - - name: Set up Cargo Cache - uses: actions/cache@v4 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-build-images-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-build-images- - - name: Display AWS and Docker Versions run: | aws --version