We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c990d8 commit 9c2514dCopy full SHA for 9c2514d
.github/workflows/ci.yml
@@ -439,6 +439,12 @@ jobs:
439
timeout-minutes: 120
440
file-env: './ci/test/00_setup_env_native_asan.sh'
441
442
+ - name: 'macOS-cross, gui, no tests'
443
+ cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-sm'
444
+ fallback-runner: 'ubuntu-24.04'
445
+ timeout-minutes: 120
446
+ file-env: './ci/test/00_setup_env_mac_cross.sh'
447
+
448
steps:
449
- name: Checkout
450
uses: actions/checkout@v5
0 commit comments