From acf930de8fc4ae0228ae5e069e5ef290c423635b Mon Sep 17 00:00:00 2001 From: DivingDuck Date: Thu, 12 Dec 2024 23:41:20 +0100 Subject: [PATCH] Build package macos-12 is depreciated. Remove macos-12 and dd macos-13, 14 and 15 for testing. Add python Python 3.11, 3.12 and 3.13 for testing --- .github/workflows/buildpackage-mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildpackage-mac.yml b/.github/workflows/buildpackage-mac.yml index fc518367f..529bef7f7 100644 --- a/.github/workflows/buildpackage-mac.yml +++ b/.github/workflows/buildpackage-mac.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: - os: [macos-12] + os: [macos-13,macos-14,macos-15] architecture: [x64] - python-version: ['3.10'] + python-version: ['3.10','3.11','3.12','3.13'] steps: - name: Checkout