Skip to content

Commit d19a713

Browse files
committed
Fix Linux
1 parent e9a3b54 commit d19a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: write-all
1414

1515
jobs:
1616
build-linux:
17-
runs-on: ubuntu-20.04 # hopefully older glibc for better compatibility on systems like debian bullseye
17+
runs-on: ubuntu-22.04
1818

1919
steps:
2020
- name: Install Go

0 commit comments

Comments
 (0)