Skip to content

Commit e05e5fb

Browse files
author
mcpplibs
committed
probe: one runner, so that the answers arrive
1 parent bbe05dc commit e05e5fb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/probe.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26+
# One runner. The answers this probe seeks --- which names libSystem
27+
# exports, whether an entry point of one's own is accepted, whether the
28+
# suspension primitive behaves --- are properties of the system rather
29+
# than of the processor, and the x86_64 runner queues for half an hour.
2630
- { os: macos-14, arch: arm64 }
27-
- { os: macos-13, arch: x86_64 }
2831
runs-on: ${{ matrix.os }}
2932
timeout-minutes: 20
3033
steps:

0 commit comments

Comments
 (0)