Commit ac861f9 for novnc.com
commit ac861f9e280b015569c4b1c3999516d9c0fa35c3
Author: Samuel Mannehed <samuel@cendio.se>
Date: Thu Aug 20 12:01:54 2026 +0200
Use the "macos-latest" label for GitHub workflow
As of 2026-07-15 macos-latest was migrated to use the macOS 26 runner
image. This change has no practical effect right now, it just means we
will automatically follow future updates to the "macos-latest" label.
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3967a63..a435169 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,10 +13,7 @@ jobs:
- ChromeHeadless
- FirefoxHeadless
include:
- # 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
+ - os: macos-latest
browser: Safari
- os: windows-latest
browser: EdgeHeadless