Skip to content

Commit ea0dbc3

Browse files
committed
Fix merge-dependabot workflow on macOS
1 parent 21ad7be commit ea0dbc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/merge-dependabot.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
33+
# Temporary switch to `@fix/macos-java-8` to see how the situation evolves with macOS runners
34+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@fix/macos-java-8
35+
# uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
3436
with:
3537
java-version: |
3638
8

0 commit comments

Comments
 (0)