Skip to content

Commit d4965b6

Browse files
cpudjc
authored andcommitted
CI: replace ubuntu 18.04 w/ 20.04.
The Build+Test matrix job of the GitHub actions workflow was using Ubuntu 18.04, which is deprecated. This commit replaces it with Ubuntu 20.04, the oldest supported Ubuntu release available in GitHub actions at the time of writing. The other workflow task are using `ubuntu-latest` and do not need updating at this time.
1 parent 468c788 commit d4965b6

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
@@ -18,7 +18,7 @@ jobs:
1818
- beta
1919
- nightly
2020
- 1.57
21-
os: [ubuntu-18.04]
21+
os: [ubuntu-20.04]
2222
# but only stable on macos/windows (slower platforms)
2323
include:
2424
- os: macos-latest

0 commit comments

Comments
 (0)