Skip to content

Commit 5a5f17e

Browse files
committed
Update non-generated checks for ubuntu-latest image update
1 parent 5767f91 commit 5a5f17e

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

.github/workflows/debug-artifacts.yml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,31 @@ jobs:
1919
upload-artifacts:
2020
strategy:
2121
matrix:
22-
os: [ubuntu-latest, macos-latest]
23-
version: [stable-20210308, stable-20210319, stable-20210809, cached, latest, nightly-latest]
22+
include:
23+
- os: ubuntu-20.04
24+
version: stable-20210308
25+
- os: macos-latest
26+
version: stable-20210308
27+
- os: ubuntu-20.04
28+
version: stable-20210319
29+
- os: macos-latest
30+
version: stable-20210319
31+
- os: ubuntu-20.04
32+
version: stable-20210809
33+
- os: macos-latest
34+
version: stable-20210809
35+
- os: ubuntu-latest
36+
version: cached
37+
- os: macos-latest
38+
version: cached
39+
- os: ubuntu-latest
40+
version: latest
41+
- os: macos-latest
42+
version: latest
43+
- os: ubuntu-latest
44+
version: nightly-latest
45+
- os: macos-latest
46+
version: nightly-latest
2447
name: Upload debug artifacts
2548
timeout-minutes: 45
2649
runs-on: ${{ matrix.os }}

.github/workflows/python-deps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-latest, ubuntu-22.04, macos-latest]
29+
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
3030
python_deps_type: [pipenv, poetry, requirements, setup_py]
3131
python_version: [2, 3]
3232
exclude:
@@ -65,7 +65,7 @@ jobs:
6565
cd $GITHUB_WORKSPACE/python-setup/tests/${PYTHON_DEPS_TYPE}/requests-${PYTHON_VERSION}
6666
6767
case ${{ matrix.os }} in
68-
ubuntu-latest*) basePath="/opt";;
68+
ubuntu-20.04*) basePath="/opt";;
6969
ubuntu-22.04*) basePath="/opt";;
7070
macos-latest*) basePath="/Users/runner";;
7171
esac
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
os: [ubuntu-latest, ubuntu-22.04, macos-latest]
93+
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
9494

9595
steps:
9696
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -112,7 +112,7 @@ jobs:
112112
cd $GITHUB_WORKSPACE/python-setup/tests/requirements/non-standard-location
113113
114114
case ${{ matrix.os }} in
115-
ubuntu-latest*) basePath="/opt";;
115+
ubuntu-20.04*) basePath="/opt";;
116116
ubuntu-22.04*) basePath="/opt";;
117117
macos-latest*) basePath="/Users/runner";;
118118
esac

.github/workflows/unset-environment-old-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: ubuntu-latest
27+
- os: ubuntu-20.04
2828
version: stable-20210308
29-
- os: ubuntu-latest
29+
- os: ubuntu-20.04
3030
version: stable-20210319
3131
name: Test unsetting environment variables
3232
timeout-minutes: 45

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy