Skip to content

Commit

Permalink
Bump macos runner
Browse files Browse the repository at this point in the history
macos-12 is deprecated
  • Loading branch information
gnodar01 committed Dec 18, 2024
1 parent 16e9a38 commit b367bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
python: 310

# macos x86_64 (intel)
- os: macos-12
- os: macos-13
platform_id: macosx_x86_64
python_version: '3.8'
python: 38
- os: macos-12
- os: macos-13
platform_id: macosx_x86_64
python_version: '3.9'
python: 39
- os: macos-12
- os: macos-13
platform_id: macosx_x86_64
python_version: '3.10'
python: 310
Expand Down

0 comments on commit b367bef

Please sign in to comment.