This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new ebb6a2ac0b Removing windows from PR builds
ebb6a2ac0b is described below
commit ebb6a2ac0b89209a80f4ca9dd6a4f3c0bc848121
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Mar 4 14:12:58 2026 +0000
Removing windows from PR builds
---
.github/workflows/pull-request-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pull-request-build.yml
b/.github/workflows/pull-request-build.yml
index 7fd57cdaad..31ff688cca 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [windows-latest, ubuntu-latest]
+ os: [ubuntu-latest]
java: [17, 21]
permissions:
contents: read