Skip to content

Commit

Permalink
new names
Browse files Browse the repository at this point in the history
  • Loading branch information
2over12 committed Feb 8, 2024
1 parent f3f9eb5 commit ccc85b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-prereqs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
with:
distribution: "zulu"
java-version: "17"

architecture: ${{ inputs.arch_override }}
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
include:
- target: linux_x86_64
os: ubuntu-22.04
arch: amd64
- target: mac_x86_64
os: macos-13
arch: amd64
- target: mac_arm_64
os: macos-14
arch: aarch64
arch: arm64
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-prereqs
Expand Down

0 comments on commit ccc85b3

Please sign in to comment.