From e8cd233c3ee63f64bec55087b4f77c5a360742ca Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Thu, 13 Oct 2022 19:59:38 -0500 Subject: [PATCH] chore: replace ubuntu-18.04 with ubuntu-22.04 The ubuntu-18.04 is being deprecated and emitting warnings. "The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002" --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 620c0be..6ee4e5a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-18.04, ubuntu-20.04] + os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04] steps: - uses: actions/checkout@v2 - uses: ./