Skip to content

Commit

Permalink
Update PR workflow (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 authored Dec 15, 2021
1 parent c8c80e7 commit 0a63779
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:

jobs:
build:
strategy:
matrix:
os: [ macos-11, windows-latest ]
runs-on: ${{matrix.os}}
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 0a63779

Please sign in to comment.