1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

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

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