diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 694bf38d..3e217d26 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -28,10 +28,10 @@ jobs: matrix: BROWSER: - 'IE_11' - - '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'