From 887e8719cb299f639951cb51f3f14c9512ca6b45 Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:07:57 -0400 Subject: [PATCH] Update to 22.04 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e43842f..105e7255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, windows-2019, ubuntu-18.04] + os: [macos-10.15, windows-2019, ubuntu-22.04] arch: [32, 64] go: [1.16.3] include: @@ -40,13 +40,13 @@ jobs: - os: windows-2019 friendlyName: Windows targetPlatform: win32 - - os: ubuntu-18.04 + - os: ubuntu-22.04 friendlyName: Linux targetPlatform: ubuntu exclude: - os: macos-10.15 arch: 32 - - os: ubuntu-18.04 + - os: ubuntu-22.04 arch: 32 timeout-minutes: 20 steps: