Skip to content

Commit

Permalink
Drop community-m1 as it's no longer
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Sep 19, 2024
1 parent caed3a2 commit 8892f67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name: Build Linux arm64
jobs:
build:
name: Build Linux arm64
# For some reason this OOM's on community m1 but not on local m1, so we use a dedicated linux-arm64 box for now
runs-on: lamdera-community-linux-arm64
steps:
- name: Install SSH key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Build MacOS arm64
jobs:
build:
name: Build MacOS arm64
runs-on: lamdera-community-m1
runs-on: macos-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Build MacOS x86_64
jobs:
build:
name: Build MacOS x86_64
runs-on: lamdera-community-m1
runs-on: macos-13
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 8892f67

Please sign in to comment.