also test osx
This commit is contained in:
parent
f5383ef2fc
commit
d962f8fd69
12
.travis.yml
12
.travis.yml
@ -36,3 +36,15 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- go version
|
- go version
|
||||||
|
|
||||||
|
|
||||||
|
- stage: build
|
||||||
|
if: type = push
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode14.2
|
||||||
|
go: 1.23.x
|
||||||
|
env:
|
||||||
|
- azure-osx
|
||||||
|
git:
|
||||||
|
submodules: false # avoid cloning ethereum/tests
|
||||||
|
script:
|
||||||
|
- go version
|
||||||
|
Loading…
Reference in New Issue
Block a user