Skip to content

Commit a6179ba

Browse files
committed
Get CI off of about-to-be-removed Ubuntu 20.04
1 parent 5c37c55 commit a6179ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_pre_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
run_pre_commit:
1414
name: Run pre-commit on all files
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

.github/workflows/run_tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
run_tox:
1414
name: Run tox
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
strategy:
1717
matrix:
1818
python-version:

0 commit comments

Comments
 (0)