Skip to content

Commit 192ffdc

Browse files
committed
Update Github build test versions
1 parent affe3fc commit 192ffdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/contrib.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
tests:
1010
name: "Python ${{ matrix.python-version }}"
11-
runs-on: "ubuntu-20.04"
11+
runs-on: "ubuntu-24.04"
1212
env:
1313
USING_COVERAGE: '3.6,3.8'
1414

@@ -17,8 +17,8 @@ jobs:
1717
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
20-
- uses: "actions/checkout@v2"
21-
- uses: "actions/setup-python@v2"
20+
- uses: "actions/checkout@v3"
21+
- uses: "actions/setup-python@v4"
2222
with:
2323
python-version: "${{ matrix.python-version }}"
2424
- name: "Install dependencies"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
tests:
1010
name: "Python ${{ matrix.python-version }}"
11-
runs-on: "ubuntu-20.04"
11+
runs-on: "ubuntu-24.04"
1212
env:
1313
USING_COVERAGE: '3.6,3.8'
1414

0 commit comments

Comments
 (0)