Use the "macos-latest" label for GitHub workflow

As of 2026-07-15 macos-latest was migrated to use the macOS 26 runner
image. This change has no practical effect right now, it just means we
will automatically follow future updates to the "macos-latest" label.
This commit is contained in:
Samuel Mannehed
2026-08-20 12:01:54 +02:00
parent 7c36fabe59
commit ac861f9e28
+1 -4
View File
@@ -13,10 +13,7 @@ jobs:
- ChromeHeadless - ChromeHeadless
- FirefoxHeadless - FirefoxHeadless
include: include:
# FIXME: We'd like to use "macos-latest", but Safari tests - os: macos-latest
# are flaky on it and timeout often. As of 2026-05-23
# macos-latest is still on 10.15.
- os: macos-26
browser: Safari browser: Safari
- os: windows-latest - os: windows-latest
browser: EdgeHeadless browser: EdgeHeadless