Skip to content

Commit

Permalink
chore(build): modify build config
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoHsu committed Aug 11, 2021
1 parent d3e944d commit feda0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
name: asdf plugin test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
Expand Down

0 comments on commit feda0d2

Please sign in to comment.