From 440bdff8cca7df7bb4e123539c77f3631293c6e8 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 31 Jan 2024 14:40:13 -0600 Subject: [PATCH] [ci]: use M1 mac image (#9913) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 339f03594e6e..291e44e740d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: OS: [ubuntu-latest] NODE_VERSION: [18, 20.5.1] include: - - os: macos-latest + - os: macos-14 NODE_VERSION: 18 - os: windows-latest NODE_VERSION: 18.17.1