From 28c61afeb6a1268ee6eccedaf2f6648e7867d283 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 12 Jul 2024 18:24:51 +0100 Subject: [PATCH 1/2] ci: use macos-13 to run ci --- .github/workflows/build.yml | 4 +++- .github/workflows/publish.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac7f2fa..8289ea5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,9 @@ on: jobs: build: - runs-on: macos-latest + # Specify macos-13 because we need to build on an x64 machine and all macos 14 machines are arm based. + # There seems to be an issue building x64 variants on arm64 machines. + runs-on: macos-13 name: Build steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21c02af..6cc10df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,9 @@ on: jobs: publish: - runs-on: macos-latest + # Specify macos-13 because we need to build on an x64 machine and all macos 14 machines are arm based. + # There seems to be an issue building x64 variants on arm64 machines. + runs-on: macos-13 name: Publish steps: From 4ae7ceb141d4321ce55c0d6f6f85ce46ebbf8795 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 12 Jul 2024 18:35:12 +0100 Subject: [PATCH 2/2] chore(release): v1.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83b595a..82a56f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-ios-device", "description": "Simple library for listing and installing apps on iOS devices", - "version": "1.12.0", + "version": "1.12.1", "author": "TiDev, Inc. ", "maintainers": [ "Chris Barber "