Commit ad25fdb for novnc.com
commit ad25fdb20bcb101da99c9a0dfc5445df3ab39050
Author: Samuel Mannehed <samuel@cendio.se>
Date: Sat May 23 14:24:29 2026 +0200
Use macOS 26 runner instead of macOS 10.15
This fixes failing tests on Safari.
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a435169..3967a63 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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