This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new de8bdfe Run GraalVM tests on Ubuntu only
de8bdfe is described below
commit de8bdfe04cfdd0541bbe1be16ad995e6521d0d5d
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 17 12:19:30 2024 +0200
Run GraalVM tests on Ubuntu only
---
.github/workflows/graalvm-reusable-test.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/graalvm-reusable-test.yaml
b/.github/workflows/graalvm-reusable-test.yaml
index 2280956..03da67e 100644
--- a/.github/workflows/graalvm-reusable-test.yaml
+++ b/.github/workflows/graalvm-reusable-test.yaml
@@ -36,13 +36,12 @@ jobs:
build:
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
backend: [ jul, log4j-core-minimal, log4j-core-jtl, log4j-core,
logback, simple]
- os: [ macos-latest, ubuntu-latest, windows-latest ]
steps: