Skip to content

Commit

Permalink
Remove windows test as the asdf-vm seems to be broken for windows
Browse files Browse the repository at this point in the history
Add macos-12
  • Loading branch information
sarg3nt committed May 23, 2024
1 parent 41aaf27 commit d5f33eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
fail-fast: false
matrix:
os:
# See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
- ubuntu-latest
- windows-latest
- macos-14
#- macos-latest
# - windows-latest # broken
- macos-12 # Intel
#- macos-latest # m1
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
Expand Down

0 comments on commit d5f33eb

Please sign in to comment.