Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1d1d9a

Browse files
committedJun 11, 2024
Test GitHub: arm-linux-runner only.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent 2dfee93 commit a1d1d9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
config:
25-
- os: windows-2019
26-
- os: ubuntu-latest
27-
- os: macos-13
28-
- os: macos-14
25+
# - os: windows-2019
26+
# - os: ubuntu-latest
27+
# - os: macos-13
28+
# - os: macos-14
2929
- os: arm-runner-linux
3030
runs-on: ${{ matrix.config.os }}
3131
timeout-minutes: 90

0 commit comments

Comments
 (0)
Please sign in to comment.