diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 68c2872e..9a345dbb 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -30,10 +30,10 @@ jobs: - 'IE_11' - 'IE_10' - 'IE_9' - - 'Safari_latest' - # JTR doesn't take into account the jump from Safari 18 to 26, - # so we need to specify versions explicitly. - # See https://github.com/jquery/jquery-test-runner/issues/17 + # BrowserStack makes Safari on beta macOS versions available without marking + # either the OS or the browser as beta, so we have no way to resolve "latest" + # to the lastest stable version. + - 'Safari_26' - 'Safari_18' - 'Chrome_latest' - 'Chrome_latest-1'