Skip to content

Commit 99446d1

Browse files
authored
bump: use ubuntu-22.04 (#55)
1 parent 87d13e0 commit 99446d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_install-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # Trigger the workflow on push or pull request, but only for the main branch
88

99
jobs:
1010
pkg-check:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # Trigger the workflow on push or pull request, but only for the main branch
88

99
jobs:
1010
typing-mypy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)