Merge pull request #2059 from novnc/macos26
Use macOS 26 runner instead of macOS 10.15
This commit is contained in:
commit
2ea0e7d4eb
|
|
@ -13,7 +13,10 @@ jobs:
|
|||
- ChromeHeadless
|
||||
- FirefoxHeadless
|
||||
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
|
||||
- os: windows-latest
|
||||
browser: EdgeHeadless
|
||||
|
|
|
|||
Loading…
Reference in New Issue