Skip to content

Commit f950fe0

Browse files
authored
Merge pull request LandSandBoat#10533 from cocosolos/mac-test
[ci] Run xi_test on macOS
2 parents eee6d6d + ba209c9 commit f950fe0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
- runner: macos-26
298298
test_modules: false
299299
multi_process: false
300-
xi_test: false
300+
xi_test: true
301301
startup_checks: true
302302
- runner: ubuntu-26.04
303303
test_modules: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
build_type: Release
102102
test_modules: false
103103
multi_process: true
104-
xi_test: ${{ !startsWith(matrix.runner, 'macos') }}
104+
xi_test: true
105105
startup_checks: true
106106

107107
Docker_Test:

0 commit comments

Comments
 (0)