From 4b6035da03e9d35a2bd9afa07a7087472d930769 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Sun, 8 Dec 2024 15:27:05 +0200 Subject: [PATCH] ci: update macos-12 to macos-13 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 111bd66..d73fffd 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - os: [ ubuntu-20.04, macos-12, windows-2019 ] + os: [ ubuntu-20.04, macos-13, windows-2019 ] jdk: [ 8, 11, 17, 21 ] fail-fast: false