Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikb committed Oct 2, 2023
1 parent 147c05b commit 8e3c78f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
target: x86_64-unknown-linux-musl
- os: buildjet-2vcpu-ubuntu-2204-arm
target: aarch64-unknown-linux-musl
- os: macos-latest-xlarge
target: m1-apple-darwin

runs-on: ${{ matrix.os }}
needs: version
Expand Down Expand Up @@ -154,6 +156,9 @@ jobs:
- os: buildjet-2vcpu-ubuntu-2204-arm
target: aarch64-unknown-linux-gnu
stage4: aarch64-unknown-linux-musl
- os: macos-latest-xlarge
target: m1-apple-darwin
stage4: m1-apple-darwin

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -252,7 +257,7 @@ jobs:
needs: stage1
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macOS-11, macOS-12 ]
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macOS-11, macOS-12, macos-latest-xlarge ]
cmd: [ "node -v", "java -version", "gradle -version", "maven -v", "openapi version", "rat -V", "run:java@14 java -version", "deno -V" ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8e3c78f

Please sign in to comment.