Skip to content

Commit f9b5856

Browse files
authored
use ubuntu 24 for CI (#588)
1 parent 9b5c5a5 commit f9b5856

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v5

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
canceller:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: cancel previous runs
1414
uses: styfle/cancel-workflow-action@0.12.1

.github/workflows/wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
| demes parse --ms 1 -
6868
6969
pypi_upload:
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-24.04
7171
needs: ['wheel_test']
7272
steps:
7373
- name: download wheel

0 commit comments

Comments
 (0)