Skip to content

Commit dfd72cc

Browse files
committed
Use correct ubuntu version in workflow
1 parent d115be2 commit dfd72cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-and-release:
10-
runs-on: ubuntu-bookworm
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- name: Checkout repository

0 commit comments

Comments
 (0)