Update actions

This commit is contained in:
Milan Nikolic 2024-05-08 11:20:15 +02:00
parent 45279d6d25
commit 64a63d5914
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -3,6 +3,7 @@ name: Build
jobs: jobs:
test: test:
strategy: strategy:
fail-fast: false
matrix: matrix:
go-version: [1.21.x] go-version: [1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
@ -42,6 +43,7 @@ jobs:
test-drm: test-drm:
strategy: strategy:
fail-fast: false
matrix: matrix:
go-version: [1.21.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
@ -62,6 +64,7 @@ jobs:
test-sdl: test-sdl:
strategy: strategy:
fail-fast: false
matrix: matrix:
go-version: [1.21.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
@ -82,6 +85,7 @@ jobs:
test-rgfw: test-rgfw:
strategy: strategy:
fail-fast: false
matrix: matrix:
go-version: [1.21.x] go-version: [1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
@ -103,6 +107,7 @@ jobs:
test-examples: test-examples:
strategy: strategy:
fail-fast: false
matrix: matrix:
go-version: [1.21.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]