From cdcc241b466f7015a886bda8b6585ba162790556 Mon Sep 17 00:00:00 2001 From: chrisjbillington Date: Fri, 7 Apr 2023 17:50:39 +1000 Subject: [PATCH] macos 11 in workflow, due to 10.15 being deprecated --- .github/workflows/build-and-release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 63f942f..69ff6e8 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -26,11 +26,11 @@ jobs: - { os: ubuntu-latest, python: '3.8', arch: x64 } - { os: ubuntu-latest, python: '3.7', arch: x64 } - - { os: macos-10.15, python: '3.11', arch: x64 } - - { os: macos-10.15, python: '3.10', arch: x64 } - - { os: macos-10.15, python: '3.9', arch: x64 } - - { os: macos-10.15, python: '3.8', arch: x64 } - - { os: macos-10.15, python: '3.7', arch: x64 } + - { os: macos-11, python: '3.11', arch: x64 } + - { os: macos-11, python: '3.10', arch: x64 } + - { os: macos-11, python: '3.9', arch: x64 } + - { os: macos-11, python: '3.8', arch: x64 } + - { os: macos-11, python: '3.7', arch: x64 } - { os: windows-latest, python: '3.11', arch: x64 } - { os: windows-latest, python: '3.10', arch: x64 }