mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
[ci] Update preBuild job to Ubuntu 22
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -21,7 +21,7 @@ env:
|
||||
jobs:
|
||||
|
||||
preBuild:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository }}
|
||||
outputs:
|
||||
version: ${{ steps.version.outputs.value }}
|
||||
|
||||
Reference in New Issue
Block a user