also test osx

This commit is contained in:
Martin Holst Swende 2024-09-20 13:37:42 +02:00
parent f5383ef2fc
commit d962f8fd69
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0

@ -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