From 2b993cdec2ea4bb6223cb412eb6537fe4b91d1b9 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Mon, 16 Dec 2024 17:24:29 +0000 Subject: [PATCH] Remove macos-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ac8395..4881a881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: java: [ '8', '11', '16', '17', '19', '21' ] - runs-on: [ubuntu-latest, macos-13, macos-latest, windows-latest] + runs-on: [ubuntu-latest, macos-13, windows-latest] exclude: - runs-on: macos-latest java: "8"