From a940979b2e31168713a0b8de5aee26be1a478c7d Mon Sep 17 00:00:00 2001 From: Bogdan Condurache Date: Thu, 14 Dec 2023 10:53:21 +0200 Subject: [PATCH] Switch to macos-latest-large and native-certs 0.2.2 --- .github/workflows/publish-node.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-node.yaml b/.github/workflows/publish-node.yaml index 1662fc6..a7e57ab 100644 --- a/.github/workflows/publish-node.yaml +++ b/.github/workflows/publish-node.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large] + os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-xlarge] steps: - name: Check out the code @@ -76,7 +76,7 @@ jobs: mv ./artifacts/binary-ubuntu-latest/index-ubuntu-latest.node ./binaries/ mv ./artifacts/binary-windows-latest/index-windows-latest.node ./binaries/ mv ./artifacts/binary-macos-latest/index-macos-latest.node ./binaries/ - mv ./artifacts/binary-macos-latest-large/index-macos-latest-large.node ./binaries/index-macos-arm-latest.node + mv ./artifacts/binary-macos-latest-xlarge/index-macos-latest-xlarge.node ./binaries/index-macos-arm-latest.node - name: Publish to GitHub Packages run: npm publish diff --git a/package.json b/package.json index e3a61a2..c333ecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@robocorp/native-certs", - "version": "0.2.1", + "version": "0.2.2", "description": "", "main": "index.node", "module": "index.node",