diff options
author | 2024-01-31 14:40:13 -0600 | |
---|---|---|
committer | 2024-01-31 14:40:13 -0600 | |
commit | 440bdff8cca7df7bb4e123539c77f3631293c6e8 (patch) | |
tree | b1163fa70fa10fe8729880ee9e5719c4eed30be4 | |
parent | aaedb848b1d6f683840035865528506a346ea659 (diff) | |
download | astro-440bdff8cca7df7bb4e123539c77f3631293c6e8.tar.gz astro-440bdff8cca7df7bb4e123539c77f3631293c6e8.tar.zst astro-440bdff8cca7df7bb4e123539c77f3631293c6e8.zip |
[ci]: use M1 mac image (#9913)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 339f03594..291e44e74 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 |