Skip to content

Commit 4d2f8b1

Browse files
committed
ci: use ubuntu-22.04
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
1 parent ce3524e commit 4d2f8b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ā€Ž.github/workflows/build.ymlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
strategy:
77
matrix:
88
include:

ā€Ž.github/workflows/release.ymlā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- id: get-version
@@ -30,4 +30,4 @@ jobs:
3030
repo_token: ${{ secrets.GITHUB_TOKEN }}
3131
draft: true
3232
prerelease: false
33-
files: ../rtty-*.tar.gz
33+
files: ../rtty-*.tar.gz

0 commit comments

Comments
Ā (0)
⚔