diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d2eb14..12fa1b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, macos-11, windows-2022 ] + os: [ ubuntu-20.04, macos-12, windows-2022 ] python-version: [ 3.8, 3.9, "3.10", "3.11" ] env: @@ -64,13 +64,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, macos-11, windows-2022 ] - python-version: [ 3.7, 3.9, "3.10", "3.11" ] + os: [ ubuntu-20.04, macos-12, windows-2022 ] + python-version: [ 3.8, 3.9, "3.10", "3.11" ] include: - os: ubuntu-20.04 python-version: 3.8 single_action_config: "True" - - os: macos-11 + - os: macos-12 python-version: 3.8 - os: windows-2019 python-version: 3.8