Use macOS 26 runner instead of macOS 10.15

This fixes failing tests on Safari.
This commit is contained in:
Samuel Mannehed
2026-05-23 14:24:29 +02:00
parent 094fd0509f
commit ad25fdb20b

View File

@@ -13,7 +13,10 @@ jobs:
- ChromeHeadless - ChromeHeadless
- FirefoxHeadless - FirefoxHeadless
include: include:
- os: macos-latest # FIXME: We'd like to use "macos-latest", but Safari tests
# 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