Skip to content

Commit

Permalink
CI: replace ubuntu 18.04 w/ 20.04.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cpu authored and djc committed Mar 15, 2023
1 parent 468c788 commit d4965b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- beta
- nightly
- 1.57
os: [ubuntu-18.04]
os: [ubuntu-20.04]
# but only stable on macos/windows (slower platforms)
include:
- os: macos-latest
Expand Down

0 comments on commit d4965b6

Please sign in to comment.