1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

upgrade getdeps GitHub actions to Ubuntu 20 (#516)

Summary:
X-link: https://github.com/facebook/fbthrift/pull/516

X-link: https://github.com/facebook/watchman/pull/1050

Pull Request resolved: https://github.com/facebook/proxygen/pull/426

X-link: https://github.com/facebook/folly/pull/1842

X-link: https://github.com/facebook/fboss/pull/117

Sadly, even though Ubuntu 18.04 is still in LTS, GitHub is deprecating
its runner image.

Migrate the generated GitHub Actions to 20.04.

https://github.com/actions/runner-images/issues/6002

https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

Reviewed By: fanzeyi

Differential Revision: D38877286

fbshipit-source-id: 85f3324d6666eacb190a43985585b438de69d545
This commit is contained in:
Chad Austin
2022-08-22 10:05:10 -07:00
committed by Facebook GitHub Bot
parent 41823e16aa
commit 4333130372
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Fetch ninja - name: Fetch ninja

View File

@@ -1115,7 +1115,7 @@ jobs:
help="Allow CI to fire on all branches - Handy for testing", help="Allow CI to fire on all branches - Handy for testing",
) )
parser.add_argument( parser.add_argument(
"--ubuntu-version", default="18.04", help="Version of Ubuntu to use" "--ubuntu-version", default="20.04", help="Version of Ubuntu to use"
) )
parser.add_argument( parser.add_argument(
"--main-branch", "--main-branch",