From 76c32d966e0d78d176138e259ed1893277b3d60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=8A=E5=8E=9F=E6=98=8C=E5=BD=A6?= Date: Sun, 21 Apr 2024 18:17:29 +0900 Subject: [PATCH] fix(test): mac to be macos-14 https://twitter.com/robin_genz/status/1780120381220901247 --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 890d1143..8ee07376 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -8,7 +8,7 @@ on: [push, pull_request] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: lint: - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3