Skip to content

Commit

Permalink
Build package macos-12 is depreciated. Remove macos-12 and dd macos-1…
Browse files Browse the repository at this point in the history
…3, 14 and 15 for testing. Add python Python 3.11, 3.12 and 3.13 for testing
  • Loading branch information
DivingDuck committed Dec 12, 2024
1 parent e08c323 commit acf930d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildpackage-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf930d

Please sign in to comment.