File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
csharp/ql/integration-tests/posix
standalone_dependencies_no_framework
standalone_dependencies_nuget Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33import os
44
55
6- # Skipping the test on the ARM runners, macos-15 and macos-26, as we're running
6+ # Skipping the test on the ARM runners, macos-15 and macos-26, as we're running
77# into trouble with Mono and nuget.
88@pytest .mark .only_if (
99 runs_on .linux
Original file line number Diff line number Diff line change 66# into trouble with Mono and nuget.
77@pytest .mark .only_if (
88 runs_on .linux
9- or (runs_on .macos and runs_on .x86_64
10- and not runs_on .macos_15 and not runs_on .macos_26 )
9+ or (
10+ runs_on .macos
11+ and runs_on .x86_64
12+ and not (
13+ runs_on .macos_15
14+ or runs_on .macos_26
15+ )
16+ )
1117)
1218def test (codeql , csharp ):
1319 codeql .database .create (build_mode = "none" )
You can’t perform that action at this time.
0 commit comments