Remove unused runner os'
Documentation / Build (1.14.0) (push) Failing after 14s
Documentation / Build (1.9.6) (push) Successful in 14s
Documentation / Deploy (push) Has been skipped
Build / Build app and tests (ubuntu-22.04) (push) Failing after 4m56s

This commit is contained in:
2026-04-21 22:24:12 -07:00
parent f07adc33f6
commit b99e4cb06f
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout