Skip to content

Commit 2a6166c

Browse files
committed
bump to Ubuntu 24.04 CI workflow
1 parent 8ac8fca commit 2a6166c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: main
66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: checkout
1111
uses: actions/checkout@v2
@@ -15,7 +15,7 @@ jobs:
1515
- name: set up Python
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919

2020
- name: install mkdocs
2121
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: build tutorial
33
on: [push, pull_request]
44
jobs:
55
build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- name: checkout
99
uses: actions/checkout@v2
1010

1111
- name: set up Python
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.8
14+
python-version: 3.9
1515

1616
- name: Codespell action
1717
uses: codespell-project/actions-codespell@master

0 commit comments

Comments
 (0)