mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
GitHub actions: update to Ubuntu 22.04 (#240)
The Ubuntu 18.04 CI image is deprecated: https://github.com/actions/runner-images/issues/6002 Switch to the new 22.04 image instead.
This commit is contained in:
parent
089853173e
commit
2872548075
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-18.04, ubuntu-20.04]
|
||||
os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue