diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 3a260b7cc6..f04abce3a9 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -531,7 +531,7 @@ fn main() { } $if macos { $if arm64 { - if cfg.github_job == 'clang' { + if cfg.github_job.starts_with('clang-') { tsession.skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v' } }