Skip to content

Commit

Permalink
macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Aug 20, 2024
1 parent b0db060 commit ed07cbc
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed07cbc

Please sign in to comment.