Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
DanySK authored Nov 23, 2023
1 parent 5d4881a commit 04e6065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
shell: bash
concurrency:
group: ${{ github.workflow }}-build-${{ matrix }}-${{ github.event.number || github.ref }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
env:
JAVA_VERSION: ${{ matrix.jvm_version }}
OS: ${{ matrix.os }}

0 comments on commit 04e6065

Please sign in to comment.