ci: remove ubuntu 18.04 image (#980)

* ci: remove Ubuntu 18.04 runner

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
Callum Tait
2021-12-04 10:46:08 +00:00
committed by GitHub
parent 9a5ae93cb7
commit 550717020d
4 changed files with 10 additions and 71 deletions

View File

@@ -13,12 +13,11 @@
{
// use https://github.com/actions/runner/releases
"fileMatch": [
".github/workflows/ubuntu-18-04-runners.yml",
".github/workflows/ubuntu-20-04-runners.yml"
".github/workflows/runners.yml"
],
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
"depNameTemplate": "actions/runner",
"datasourceTemplate": "github-releases"
}
]
}
}