mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
Use macOS 26 runner instead of macOS 10.15
This fixes failing tests on Safari.
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user