From f27e0b697cde5bcd1dd6b054f025c49fbb84711b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Mon, 22 Jul 2024 10:29:46 +0200 Subject: [PATCH] build: build with macos-latest and macos-13 images --- .github/workflows/deploy_pypi.yml | 3 ++- CHANGELOG | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_pypi.yml b/.github/workflows/deploy_pypi.yml index c9b2ab86..27b38408 100644 --- a/.github/workflows/deploy_pypi.yml +++ b/.github/workflows/deploy_pypi.yml @@ -11,7 +11,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-12-large, macos-13-xlarge] + # macos-latest is arm, macos-13 is i386 + os: [ubuntu-20.04, windows-2019, macos-latest, macos-13] steps: - uses: actions/checkout@main with: diff --git a/CHANGELOG b/CHANGELOG index 56e2446e..ae6bb2be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.60.9 + - build: build with macos-latest and macos-13 images 0.60.8 - build: build with macos-12-large and macos-13-xlarge images 0.60.7