Skip to content

Commit 8c3198b

Browse files
committed
Actions: remove Ubuntu 18.04 runner
The Ubuntu 18.04 runner is deprecated and will be fully removed on 2022-12-01, after which the jobs will fail. Let's remove the Ubuntu 18.04 runner. Reference: actions/runner-images#6002
1 parent 97da307 commit 8c3198b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: ${{ matrix.os }} JDK 8
1616
strategy:
1717
matrix:
18-
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
18+
os: [ubuntu-20.04, ubuntu-22.04]
1919
runs-on: ${{ matrix.os }}
2020
env:
2121
NODE_VERSION: "lts/*"

docs/dg/devOpsGuide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All three types of tests in the test suite are run in a single GitHub Actions wo
3131
1. Ubuntu JDK 8 (`ubuntu`): Runs both unit tests and system tests on JDK 1.8 running on supported Ubuntu versions. This job also produces a RepoSense report and the MarkBind documentation website for previewing.
3232
2. macOS JDK 8 (`macos`): Runs both unit tests and system tests on JDK 1.8 running on supported macOS versions.
3333
3. Windows JDK 8 (`windows`): Runs both unit tests and system tests on JDK 1.8 running on supported Windows versions.
34-
4. Cypress frontend tests (`cypress`): Runs only the frontend tests on JDK 1.8 running on Ubuntu 18.04 LTS.
34+
4. Cypress frontend tests (`cypress`): Runs only the frontend tests on JDK 1.8 running on Ubuntu 20.04 LTS.
3535

3636
The list of supported OS versions are [available on the GitHub Docs website](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources). These jobs should be updated regularly whenever RepoSense supports newer versions of the Java Development Kit (JDK) as well as when new OS versions are made available (via the job OS matrix). Frontend tests are run separately to take advantage of parallel job execution.
3737

0 commit comments

Comments
 (0)