Skip to content

Commit

Permalink
ci: do not run on windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Aug 17, 2022
1 parent ded0f70 commit 2a07b6a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tagbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ on:

jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

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

0 comments on commit 2a07b6a

Please sign in to comment.