From d6f98449f3db54ce34b962e6c41fd2b7fc860059 Mon Sep 17 00:00:00 2001 From: Moses Chan Date: Thu, 12 Sep 2024 15:29:07 -0500 Subject: [PATCH 1/2] patch os runner version --- .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 91c8f54..aa33513 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-11] + os: [ubuntu-24.04, windows-2022, macos-14] steps: - uses: actions/checkout@v4 From d111e29f7e028919d9f178b9212efedf286018df Mon Sep 17 00:00:00 2001 From: Moses Chan Date: Thu, 12 Sep 2024 15:33:32 -0500 Subject: [PATCH 2/2] update os versions to latest, and include most recent 2 macos --- .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 aa33513..c936f6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, windows-2022, macos-14] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4