Merge pull request #501 from muety/ci/runner-version

ci(release): update to ubuntu-latest
This commit is contained in:
Ferdinand Mütsch 2023-07-09 09:26:27 +02:00 committed by GitHub
commit 37e6acd058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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