Skip to content

Commit c81f2e3

Browse files
authored
update ubuntu version to latest in github action (#2337)
1 parent 5a83de9 commit c81f2e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-actions-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on: pull_request
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up Python 3.9
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.9.2"
13+
python-version: "3.9.12"
1414
- name: Install dependencies
1515
run: |
1616
pip3 install -r "/home/runner/work/core/core/requirements.txt"

0 commit comments

Comments
 (0)