Merge pull request #2059 from novnc/macos26

Use macOS 26 runner instead of macOS 10.15
This commit is contained in:
Samuel Mannehed (ThinLinc team) 2026-05-23 15:08:17 +02:00 committed by GitHub
commit 2ea0e7d4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

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