Skip to content

Commit e39f94b

Browse files
committed
use 22.04
1 parent 1fc60e0 commit e39f94b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
run: make lint
2222

2323
package:
24-
runs-on: ubuntu-24.04
24+
runs-on: ubuntu-22.04
25+
# 24.04 does not have svn
2526
env:
2627
BUILD_DIR: "build"
2728
DIST_DIR_GITHUB: "dist/github"

0 commit comments

Comments
 (0)