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: