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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-22.04, macos-14, windows-2022] os: [ubuntu-22.04]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout