Skip to content

Commit

Permalink
* Disable macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Oct 23, 2020
1 parent c94f55a commit ee7fbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
name: Build on ${{ matrix.tag }} ${{ matrix.year }}
name: {{ matrix.os }} / ${{ matrix.tag }} ${{ matrix.year }}
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
tag:
- community
year:
Expand Down

0 comments on commit ee7fbf6

Please sign in to comment.