Skip to content

Commit

Permalink
github actions, older gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Dec 2, 2024
1 parent a838a80 commit 963eca7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
#- runner: buildjet-2vcpu-ubuntu-2204-arm
# type: linux
# platform: linux-arm64
- runner: macos-latest
type: macos
platform: darwin-arm64
# - runner: macos-latest
# type: macos
# platform: darwin-arm64
steps:
- uses: actions/checkout@v4
- uses: egor-tensin/setup-gcc@v1
with:
version: 9
- uses: actions/setup-java@v4
with:
java-version: "11"
Expand Down

0 comments on commit 963eca7

Please sign in to comment.