From f747de9ba8d37558de16a065e1741eaa06dcb9c3 Mon Sep 17 00:00:00 2001 From: Samuel Guay Date: Fri, 26 Jul 2024 15:11:23 -0400 Subject: [PATCH] Update make_binaries.yml to macos-13 --- .github/workflows/make_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_binaries.yml b/.github/workflows/make_binaries.yml index 3e3b96d3..1b91640c 100644 --- a/.github/workflows/make_binaries.yml +++ b/.github/workflows/make_binaries.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - os: [macos-11, ubuntu-20.04, windows-latest] # not using latest based on https://github.com/Nuitka/Nuitka/issues/2240#issuecomment-1564030218 + os: [macos-13, ubuntu-20.04, windows-latest] # not using latest based on https://github.com/Nuitka/Nuitka/issues/2240#issuecomment-1564030218 runs-on: ${{ matrix.os }}