mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +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
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.15']
|
||||
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||
name: Test with Go ${{ matrix.go }} on macOS
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.15']
|
||||
go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
|
||||
name: Test with Go ${{ matrix.go }} on Windows
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user