From 91f9166e72a2fcc9fc57ab3b1e9a907611d2c241 Mon Sep 17 00:00:00 2001 From: dkang-quora <135926539+dkang-quora@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:32:47 +0900 Subject: [PATCH] Update CI OS macos-11 is deprecated and macos-12 reaches EOL in 2 months --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 09ae2b0..d9d4874 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-11] + os: [ubuntu-20.04, windows-2022, macOS-13] steps: - uses: actions/checkout@v3