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 }}