Skip to content

Commit 2468677

Browse files
authored
switch build workflow to ubuntu 22.04
1 parent 8d49694 commit 2468677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- name: Checkout repository

0 commit comments

Comments
 (0)