1
0
Fork 0
mirror of https://github.com/imjasonh/setup-crane synced 2026-07-08 07:25:48 +00:00

disable macos for now

This commit is contained in:
Jason Hall 2021-07-23 11:17:30 -04:00
parent 954ea7f737
commit 72e2d7a933

View file

@ -9,7 +9,7 @@ jobs:
name: Use Action
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: