Skip to content

Commit 1396b5a

Browse files
chadaustinfacebook-github-bot
authored andcommitted
upgrade getdeps GitHub actions to Ubuntu 20 (#516)
Summary: X-link: facebook/fbthrift#516 X-link: facebook/watchman#1050 X-link: facebook/proxygen#426 X-link: facebook/folly#1842 X-link: facebook/fboss#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. actions/runner-images#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
1 parent 47f49fd commit 1396b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/getdeps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ def setup_project_cmd_parser(self, parser):
11151115
help="Allow CI to fire on all branches - Handy for testing",
11161116
)
11171117
parser.add_argument(
1118-
"--ubuntu-version", default="18.04", help="Version of Ubuntu to use"
1118+
"--ubuntu-version", default="20.04", help="Version of Ubuntu to use"
11191119
)
11201120
parser.add_argument(
11211121
"--main-branch",

0 commit comments

Comments
 (0)