We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df5f60 commit b919aeaCopy full SHA for b919aea
1 file changed
.github/workflows/ci-nodejs.yml
@@ -15,8 +15,8 @@ jobs:
15
os: [
16
ubuntu-latest, # x64
17
ubuntu-24.04-arm, # arm64
18
- macos-13, # x64
19
- macos-latest, # arm64
+ macos-15-intel, # x64
+ macos-15, # arm64
20
]
21
steps:
22
- name: Checkout repository
0 commit comments