From ac861f9e280b015569c4b1c3999516d9c0fa35c3 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 20 Aug 2026 12:01:54 +0200 Subject: [PATCH] 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. --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3967a639..a4351699 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