Skip to content

Commit

Permalink
downgrade runners to match minimally supported linux version #741
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Dec 20, 2023
1 parent 558cb5a commit 27313ec
Show file tree
Hide file tree
Showing 3 changed files with 8 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

0 comments on commit 27313ec

Please sign in to comment.