ci: update to ubuntu-latest

This commit is contained in:
Steven Tang 2023-07-09 13:42:49 +10:00
parent 78f327dbeb
commit 07b24fe3b1
No known key found for this signature in database
GPG Key ID: 1597520C734BAE66
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
include:
- platform: ubuntu-18.04
- platform: ubuntu-latest
GOOS: linux
GOARCH: amd64
- platform: ubuntu-18.04
- platform: ubuntu-latest
GOOS: linux
GOARCH: arm64
- platform: windows-latest