Skip to content

Commit

Permalink
Switch to macos-latest-large and native-certs 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Condurache committed Dec 14, 2023
1 parent f7b10ad commit a940979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robocorp/native-certs",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "index.node",
"module": "index.node",
Expand Down

0 comments on commit a940979

Please sign in to comment.