Skip to content

Commit

Permalink
Update to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Apr 25, 2023
1 parent f5e4acc commit 887e871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 887e871

Please sign in to comment.