Skip to content

Commit

Permalink
Experimental branch, trying to use the macos ARM Xlarge runner to bui…
Browse files Browse the repository at this point in the history
…ld this
  • Loading branch information
callumlinden committed Nov 19, 2024
1 parent cd246ed commit ae3a93f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,15 @@ on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-xlarge]
addrsize: ["64"]
include:
- os: macos
tag: self-hosted
addrsize: "64"
continue-on-error: true
os: [macos-15-xlarge]
runs-on: ${{ matrix.os }}
timeout-minutes: 900
steps:
- uses: secondlife/action-autobuild@v4
with:
addrsize: ${{ matrix.addrsize }}
release:
needs: build
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
timeout-minutes: 1500
steps:
- uses: secondlife/action-autobuild-release@v3

0 comments on commit ae3a93f

Please sign in to comment.