Skip to content

Commit cdcf658

Browse files
authored
ci: build for 22.04 too
1 parent 3ae2d33 commit cdcf658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-git.yml

Lines changed: 3 additions & 3 deletions
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
steps:
1616
# 1) Check out your repo
1717
- name: Checkout repository
@@ -78,8 +78,8 @@ jobs:
7878
uses: softprops/action-gh-release@v2
7979
if: github.ref == 'refs/heads/main'
8080
with:
81-
tag_name: nightly-build
82-
name: Nightly Build (Git 2.50.1)
81+
tag_name: nightly-build-ubuntu22.04
82+
name: Nightly Build (Git 2.50.1) (Ubuntu 22.04)
8383
draft: false
8484
prerelease: true
8585
overwrite: true

0 commit comments

Comments
 (0)