Thanks to visit codestin.com
Credit goes to github.com

Skip to content
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test:
Expand All @@ -24,7 +27,7 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'oracle'
java-version: '21'

- name: Install libomp
Expand Down
Loading