Skip to content

Commit

Permalink
[release] auto-merge released main back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
2 parents 95e3114 + b2e67b5 commit 2cb9eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1 # otherwise the release upload will fail
matrix:
os: [ macos-14 ] # ubuntu-latest, windows-latest, macos-13,
os: [ macos-14, macos-13, windows-latest, ubuntu] # ubuntu-latest, windows-latest, macos-13,

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

Expand All @@ -43,7 +43,7 @@ jobs:
native-image --version
- id: maven-build-verify
run: mvn --batch-mode -Pnative-graalvm-default clean package
run: mvn --batch-mode -Pnative-graalvm-default clean package assembly:single

- id: configure-git-user
uses: qoomon/actions--setup-git@v1
Expand Down

0 comments on commit 2cb9eb4

Please sign in to comment.