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 75cce06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
5 changes: 3 additions & 2 deletions .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 All @@ -22,6 +22,7 @@ jobs:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Run distribution script
run: |
test -x "$(which ghcup)" && curl https://downloads.haskell.org/~ghcup/aarch64-apple-darwin-ghcup -o ~/.local/bin/ghcup && chmod a+x ~/.local/bin/ghcup
mkdir -p ~/.local/bin
curl https://downloads.haskell.org/~ghcup/aarch64-apple-darwin-ghcup -o ~/.local/bin/ghcup && chmod a+x ~/.local/bin/ghcup
cd distribution
./build-macos-arm64.sh
5 changes: 3 additions & 2 deletions .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 All @@ -22,6 +22,7 @@ jobs:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Run distribution script
run: |
test -x "$(which ghcup)" && curl https://downloads.haskell.org/~ghcup/aarch64-apple-darwin-ghcup -o ~/.local/bin/ghcup && chmod a+x ~/.local/bin/ghcup
mkdir -p ~/.local/bin
curl https://downloads.haskell.org/~ghcup/x86_64-apple-darwin-ghcup -o ~/.local/bin/ghcup && chmod a+x ~/.local/bin/ghcup
cd distribution
./build-macos-x86_64.sh

0 comments on commit 75cce06

Please sign in to comment.