Skip to content

Commit 97556b6

Browse files
authored
chore(.github/workflows/validate.yml): change playwright runs-on 'macos-14' to 'macos-latest' (#1517)
1 parent 9e5438d commit 97556b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: pnpm test:unit
7171
playwright:
7272
name: Playwright tests
73-
runs-on: macos-14
73+
runs-on: macos-latest
7474
env:
7575
CI: true
7676
steps:

0 commit comments

Comments
 (0)