From d8fa75baf8c87c8031aba2fb5f6519b41eab4999 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Fri, 11 Sep 2026 11:40:46 +0200 Subject: [PATCH 1/2] ci: Fix Intel MacOS CI Use `openssl@3.5` bottle which still supports Intel macOS in CI jobs. --- .github/workflows/build.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 906643f163..0ca82fb073 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,9 +108,9 @@ jobs: - name: Download x86_64 OpenSSL if: matrix.arch == 'x86_64' && steps.cache-openssl-x86.outputs.cache-hit != 'true' run: | - arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3 + arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3.5 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR - tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 + tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3.5) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 - name: Cache Dependencies uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 2.9.1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04b35be351..c4e27387cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -77,9 +77,9 @@ jobs: - name: Download x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' && steps.cache-openssl-x86.outputs.cache-hit != 'true' run: | - arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3 + arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3.5 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR - tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 + tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3.5) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 - name: Cache Dependencies uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 2.9.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0e41e459a..bff744a7ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,9 +76,9 @@ jobs: - name: Download x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' && steps.cache-openssl-x86.outputs.cache-hit != 'true' run: | - arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3 + arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3.5 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR - tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 + tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3.5) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 - name: Cache Dependencies uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 2.9.1 From cf0497df3047933e03de67ff4e9dd56768942c9d Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Fri, 11 Sep 2026 11:42:56 +0200 Subject: [PATCH 2/2] ci(npm): Bump node packages --- package-lock.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package-lock.json b/package-lock.json index cc64673018..8ee83525aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1020,27 +1020,35 @@ } }, "@sentry/cli-darwin": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-arm": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-arm64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-i686": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-x64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-arm64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-i686": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-x64": { + "version": "3.7.0", "optional": true }, "@sinclair/typebox": {