Skip to content

Commit

Permalink
remove macos-12 #1000 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Nov 18, 2024
1 parent f42a12c commit 1215bc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ jobs:
build_macos:
# earliest possible mac for better compatibility
runs-on: macos-12
runs-on: macos-13
defaults:
run:
shell: bash
Expand Down Expand Up @@ -1094,10 +1094,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-12", # os
"amd64", # platform spec
]
- [
"macos-13", # os
"amd64", # platform spec
Expand Down Expand Up @@ -2014,10 +2010,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-12",
"amd64",
]
- [
"macos-13",
"amd64",
Expand Down Expand Up @@ -3300,10 +3292,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-12",
"amd64",
]
- [
"macos-13",
"amd64",
Expand Down Expand Up @@ -3433,10 +3421,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-12",
"amd64",
]
- [
"macos-13",
"amd64",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
matrix:
python-version: [3.12]
os:
- "macos-12"
- "macos-13"
- "macos-14"
- "windows-2019"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## 1.24.4 (2024-11-18)

- fix: deprecate macos-12 [#1000](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/1000)
- fix: sms MFA dropping leading zeros [#993](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/993)

## 1.24.3 (2024-11-03)
Expand Down

0 comments on commit 1215bc7

Please sign in to comment.