Skip to content

Commit 2be7601

Browse files
committed
drop Ubuntu 20.04
1 parent c00bf61 commit 2be7601

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [master]
77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
IMAGE_NAME: python-snap7
1010
jobs:
1111
build-and-push-container-image:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
permissions:
1414
packages: write
1515
contents: read

.github/workflows/linux-build-test-amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
linux-build-amd64:
99
name: Build wheel for linux AMD64
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-2.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
os: ["ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04"]
41+
os: ["ubuntu-24.04", "ubuntu-22.04"]
4242
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4343
steps:
4444
- name: Checkout

.github/workflows/linux-build-test-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
linux-build-arm64:
99
name: Build wheel for linux arm64
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
linux-test-arm64:
3939
name: Testing wheel for arm64
4040
needs: linux-build-arm64
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-22.04
4242
strategy:
4343
matrix:
4444
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

.github/workflows/linux-test-with-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
12-
runs-on: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
12+
runs-on: ["ubuntu-22.04", "ubuntu-24.04"]
1313
runs-on: ${{ matrix.runs-on }}
1414
steps:
1515
- name: Checkout

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: publish-to-testpypi
5454
strategy:
5555
matrix:
56-
os: ["ubuntu-24.04"," ubuntu-22.04", "ubuntu-20.04", "macos-13", "macos-14", "macos-15"]
56+
os: ["ubuntu-24.04"," ubuntu-22.04", "macos-13", "macos-14", "macos-15"]
5757
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5858
steps:
5959
- name: Checkout

.github/workflows/publish-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: publish-to-testpypi
5757
strategy:
5858
matrix:
59-
os: ["ubuntu-24.04"," ubuntu-22.04", "ubuntu-20.04", "macos-13", "macos-14", "macos-15"]
59+
os: ["ubuntu-24.04"," ubuntu-22.04", "macos-13", "macos-14", "macos-15"]
6060
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6161
steps:
6262
- name: Checkout

0 commit comments

Comments
 (0)