Skip to content

Commit e267fc9

Browse files
committed
[ci] Update preBuild job to Ubuntu 22
1 parent a065c8e commit e267fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222

2323
preBuild:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository }}
2626
outputs:
2727
version: ${{ steps.version.outputs.value }}

0 commit comments

Comments
 (0)