Skip to content

Commit 527bcd2

Browse files
authored
Merge pull request #203 from elfosardo/ubuntu-noble-ci
Run tests on ubuntu 24.04
2 parents 23d9d51 + e3043c0 commit 527bcd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
python-version: ['3.9', '3.10', '3.11', '3.12']

.github/workflows/pep8-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
python-version: ['3.9', '3.10', '3.11', '3.12']

.github/workflows/unit-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
python-version: ['3.9', '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)