Skip to content

Commit 525d156

Browse files
authored
Pin ubuntu to 22.04 (#3915)
python 3.7 doesnt work on ubuntu 24.04
1 parent 9db3362 commit 525d156

12 files changed

+29
-21
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.7","3.9","3.11","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
@@ -92,7 +92,7 @@ jobs:
9292
fail-fast: false
9393
matrix:
9494
python-version: ["3.8","3.9","3.11","3.12","3.13"]
95-
os: [ubuntu-latest]
95+
os: [ubuntu-22.04]
9696
steps:
9797
- uses: actions/[email protected]
9898
- uses: actions/setup-python@v5

.github/workflows/test-integrations-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
python-version: ["3.9"]
65-
os: [ubuntu-latest]
65+
os: [ubuntu-22.04]
6666
needs: check-permissions
6767
steps:
6868
- uses: actions/[email protected]

.github/workflows/test-integrations-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.8","3.11","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
python-version: ["3.7","3.9","3.11","3.12","3.13"]
91-
os: [ubuntu-latest]
91+
os: [ubuntu-22.04]
9292
steps:
9393
- uses: actions/[email protected]
9494
- uses: actions/setup-python@v5

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.7","3.8","3.11","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
services:
3535
postgres:
3636
image: postgres
@@ -115,7 +115,7 @@ jobs:
115115
fail-fast: false
116116
matrix:
117117
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"]
118-
os: [ubuntu-latest]
118+
os: [ubuntu-22.04]
119119
services:
120120
postgres:
121121
image: postgres

.github/workflows/test-integrations-graphql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.7","3.8","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
python-version: ["3.7","3.8","3.11","3.12"]
91-
os: [ubuntu-latest]
91+
os: [ubuntu-22.04]
9292
steps:
9393
- uses: actions/[email protected]
9494
- uses: actions/setup-python@v5

.github/workflows/test-integrations-misc.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.7","3.8","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
@@ -75,6 +75,10 @@ jobs:
7575
run: |
7676
set -x # print commands that are executed
7777
./scripts/runtox.sh "py${{ matrix.python-version }}-typer-latest"
78+
- name: Test unleash latest
79+
run: |
80+
set -x # print commands that are executed
81+
./scripts/runtox.sh "py${{ matrix.python-version }}-unleash-latest"
7882
- name: Generate coverage XML
7983
if: ${{ !cancelled() }}
8084
run: |
@@ -104,7 +108,7 @@ jobs:
104108
fail-fast: false
105109
matrix:
106110
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
107-
os: [ubuntu-latest]
111+
os: [ubuntu-22.04]
108112
steps:
109113
- uses: actions/[email protected]
110114
- uses: actions/setup-python@v5
@@ -149,6 +153,10 @@ jobs:
149153
run: |
150154
set -x # print commands that are executed
151155
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer"
156+
- name: Test unleash pinned
157+
run: |
158+
set -x # print commands that are executed
159+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-unleash"
152160
- name: Generate coverage XML
153161
if: ${{ !cancelled() }}
154162
run: |

.github/workflows/test-integrations-network.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.8","3.9","3.11","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
91-
os: [ubuntu-latest]
91+
os: [ubuntu-22.04]
9292
steps:
9393
- uses: actions/[email protected]
9494
- uses: actions/setup-python@v5

.github/workflows/test-integrations-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.7","3.8","3.10","3.11","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
@@ -106,7 +106,7 @@ jobs:
106106
fail-fast: false
107107
matrix:
108108
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"]
109-
os: [ubuntu-latest]
109+
os: [ubuntu-22.04]
110110
steps:
111111
- uses: actions/[email protected]
112112
- uses: actions/setup-python@v5

.github/workflows/test-integrations-web-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ["3.8","3.10","3.12","3.13"]
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
services:
3535
postgres:
3636
image: postgres
@@ -106,7 +106,7 @@ jobs:
106106
fail-fast: false
107107
matrix:
108108
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"]
109-
os: [ubuntu-latest]
109+
os: [ubuntu-22.04]
110110
services:
111111
postgres:
112112
image: postgres

0 commit comments

Comments
 (0)