Skip to content

Commit 4a11988

Browse files
committed
chore: revert Ubuntu version in build matrix to 22.04
1 parent 07c0c37 commit 4a11988

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 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-24.04]
17+
os: [ubuntu-22.04]
1818
arch: [amd64, arm64]
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)