From 5aa5ab972608aaaeeea9bd90f0d2a0ff82ecf2e1 Mon Sep 17 00:00:00 2001 From: djdefi Date: Tue, 2 Aug 2022 16:35:03 -0700 Subject: [PATCH] Add ubuntu-22.04 runner to Actions Matrix The new runner version is going GA https://github.com/actions/virtual-environments/issues/5998 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f10f64e5..db7b90db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: ['ubuntu-20.04', 'ubuntu-18.04', 'macos-latest'] + os: ['ubuntu-22.04', 'ubuntu-20.04', 'ubuntu-18.04', 'macos-latest'] fail-fast: false runs-on: ${{ matrix.os }} steps: