diff --git a/.github/workflows/ci-nodejs.yml b/.github/workflows/ci-nodejs.yml index 131b483..ea4d494 100644 --- a/.github/workflows/ci-nodejs.yml +++ b/.github/workflows/ci-nodejs.yml @@ -15,8 +15,8 @@ jobs: os: [ ubuntu-latest, # x64 ubuntu-24.04-arm, # arm64 - macos-13, # x64 - macos-latest, # arm64 + macos-15-intel, # x64 + macos-15, # arm64 ] steps: - name: Checkout repository