also test osx

pull/30478/head
Martin Holst Swende 5 months ago
parent f5383ef2fc
commit d962f8fd69
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 12
      .travis.yml

@ -36,3 +36,15 @@ jobs:
script:
- 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…
Cancel
Save