Skip to content

Commit ac861f9

Browse files
committed
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.
1 parent 7c36fab commit ac861f9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
- ChromeHeadless
1414
- FirefoxHeadless
1515
include:
16-
# FIXME: We'd like to use "macos-latest", but Safari tests
17-
# are flaky on it and timeout often. As of 2026-05-23
18-
# macos-latest is still on 10.15.
19-
- os: macos-26
16+
- os: macos-latest
2017
browser: Safari
2118
- os: windows-latest
2219
browser: EdgeHeadless

0 commit comments

Comments
 (0)