Skip to content

Commit

Permalink
remove GH macos builder
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 24, 2023
1 parent 30fcf4d commit b92e791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ name: Release

on:
workflow_dispatch:
# push:
# tags:
# - release/*-base

jobs:
release:
runs-on: macos-13
# runs-on: macos-13-xlarge # M1 CPU runner requires billing setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./ci/release_branch.sh
- name: release-macos
run: |
sudo xcode-select -s /Applications/Xcode_15.0.app
./ci/release.sh "${{runner.workspace}}" 2 $(git branch --show-current)-base
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

SRC_GIT_URL="https://github.com/erigontech/silkworm.git"
TARGET="silkworm_capi"
FINAL_LIB_COUNT=3
FINAL_LIB_COUNT=2

function release_version {
version="$1"
Expand Down

0 comments on commit b92e791

Please sign in to comment.