From 0acdc65271af6c16a05b638f14c84179af692cbc Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 24 Nov 2025 00:45:31 +0000 Subject: [PATCH] adding macOS Intel runner --- .github/workflows/integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f77d4e40..d801df2e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025, macos-14, macos-26] + os: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025, macos-14, macos-15-intel, macos-26] electronVersion: ['30.4.0', '38.2.2'] include: - os: ubuntu-22.04 @@ -30,6 +30,8 @@ jobs: rid: win-x64 - os: macos-14 rid: osx-arm64 + - os: macos-15-intel + rid: osx-x64 - os: macos-26 rid: osx-arm64