Skip to content

Commit

Permalink
feat: switch to Github managed M1 runners that are in beta now
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Oct 6, 2023
1 parent 016516b commit 79a52a0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ on:

jobs:
prebuild:
# There are currently no Github managed Apple Silicon runners available:
# https://github.com/actions/runner-images/issues/2187
#
# HashiCorp manages their own Apple Silicon runners for Github but they
# are only available to non-public repositories, hence we maintain a
# private mirror of this repository to build for Apple Silicon. To keep
# things simple, we run the entire CI from that mirror.
if: github.repository == 'cdktf/node-pty-prebuilt-multiarch-private'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -81,7 +73,9 @@ jobs:
os: macOS-latest

- name: darwin-arm64
os: ['self-hosted', 'macOS', 'ARM64']
# xlarge is arm64
# https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-macos-larger-runners
os: macos-13-xlarge

- name: windows-x86_64
os: windows-2022
Expand Down

0 comments on commit 79a52a0

Please sign in to comment.