Skip to content

Commit

Permalink
remove macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwata0037 committed Aug 19, 2023
1 parent e63f529 commit 34de0a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on: push

jobs:
provisioning:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 34de0a2

Please sign in to comment.