diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index caee938..ba390e3 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -1,12 +1,12 @@ name: GraalVM Native Image builds -on: - workflow_dispatch: - inputs: - TAG: - description: 'The tag to be built' - required: true - type: string +on: push +# workflow_dispatch: +# inputs: +# TAG: +# description: 'The tag to be built' +# required: true +# type: string jobs: build: @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-latest, macos-latest-xlarge, windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v4