Skip to content

Commit

Permalink
downgrade runners to match minimally supported linux version #741 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Dec 20, 2023
1 parent 5450392 commit df90435
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
icloudpd_changelog: ${{steps.get_version.outputs.icloudpd_changelog}}

build_src:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: [get_version]
defaults:
run:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
dist/icloud*.whl
build_linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: [get_version]
defaults:
run:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
Expand All @@ -33,7 +33,7 @@ jobs:
scripts/lint
type_check:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
Expand All @@ -52,7 +52,7 @@ jobs:
scripts/type_check
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
icloudpd_changelog: ${{steps.get_version.outputs.icloudpd_changelog}}

build_src:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: [get_version]
defaults:
run:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
dist/icloud*.whl
build_linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: [get_version]
defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- fix: main macos binary failing [#668](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/668) [#700](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/700)
- fix: debian glibc error [#741](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/741)

## 1.17.0 (2023-12-19)

Expand Down

0 comments on commit df90435

Please sign in to comment.