From ec6edff31422daceabed1b6f008816d91a9a4cd9 Mon Sep 17 00:00:00 2001 From: Isuru Udana Loku Narangoda Date: Sun, 5 Apr 2026 21:03:24 +0530 Subject: [PATCH] Update build matrix to only use Ubuntu Removed macOS from the build matrix in GitHub Actions. --- .github/workflows/build_pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pull.yml b/.github/workflows/build_pull.yml index d6c456115..576172be7 100644 --- a/.github/workflows/build_pull.yml +++ b/.github/workflows/build_pull.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] java: [8, 11] steps: