Update .github/workflows/build.yml
Some checks failed
Documentation / build (push) Successful in 6s
Build / build (ubuntu-22.04) (push) Failing after 42s

This commit is contained in:
2024-05-23 14:05:06 -06:00
parent 8193b3e4ef
commit 553b3411d9

View File

@ -11,7 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
# os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout