Skip to content

Commit

Permalink
Use Github's Mac ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Apr 12, 2024
1 parent c25d01e commit 68c5cc2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create release

on:
push:
tags:
- 'v*'
branches-ignore:
- 'main'

jobs:

Expand All @@ -21,7 +21,7 @@ jobs:
- runs_on_tag: macos-latest
binary_os_suffix: macos
binary_arch_suffix: amd64
- runs_on_tag: ARM64
- runs_on_tag: macos-latest-xlarge
binary_os_suffix: macos
binary_arch_suffix: arm64
- runs_on_tag: ubuntu-22.04
Expand Down Expand Up @@ -67,8 +67,7 @@ jobs:
apk update
apk add --update --no-cache gcc gmp-dev libevent-static musl-dev pcre-dev pcre2-dev libxml2-dev \
libxml2-static openssl-dev openssl-libs-static tzdata yaml-static zlib-static xz-static \
make git autoconf automake libtool patch
apk add --update --no-cache libssh2-static libssh2-dev crystal shards
make git autoconf automake libtool patch libssh2-static libssh2-dev crystal shards
run: |
shards install --without-development
Expand Down

0 comments on commit 68c5cc2

Please sign in to comment.