Skip to content

Commit 424d958

Browse files
committed
chore: set ubuntu version to 22.04 in build workflow
1 parent a5bb594 commit 424d958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build:
1818
name: Build
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
timeout-minutes: 30
2121

2222
steps:

0 commit comments

Comments
 (0)