We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix/macos-java8
1 parent f4da84f commit 3236a0cCopy full SHA for 3236a0c
.github/workflows/build.yaml
@@ -38,8 +38,8 @@ jobs:
38
39
build:
40
if: github.actor != 'dependabot[bot]'
41
- # Temporary switch to `@main` waiting for 11.0.1 release
42
- uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
+ # Temporary switch to `@fix/macos-java-8` to see how the situation evolves with macOS runners
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@fix/macos-java-8
43
# uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
44
with:
45
java-version: |
0 commit comments