diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index 8c302d1..35244c7 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -9,7 +9,7 @@ jobs: name: Use Action strategy: matrix: - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: