mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
parent
6718cd32a6
commit
545f4b0ed3
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.15']
|
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||||
name: Test with Go ${{ matrix.go }} on macOS
|
name: Test with Go ${{ matrix.go }} on macOS
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.15']
|
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||||
name: Test with Go ${{ matrix.go }} on Windows
|
name: Test with Go ${{ matrix.go }} on Windows
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
Loading…
Reference in New Issue
Block a user