diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 02a94c834e3a9..69bc09b6d3c28 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -153,16 +153,17 @@ jobs: strategy: matrix: node-version: [22.x] - os-version: ["macos-13"] target: ["x86_64-apple-darwin", "aarch64-apple-darwin"] python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"] include: - target: x86_64-apple-darwin + os-version: macos-15-intel package_target_arch: x64 package_target_platform: darwin package_target_libc: unknown tar_executable: gtar - target: aarch64-apple-darwin + os-version: macos-14 package_target_arch: arm64 package_target_platform: darwin package_target_libc: unknown @@ -682,7 +683,7 @@ jobs: tar_executable: tar # Please use minimal possible version of macOS, because it produces constraint on libstdc++ - target: x86_64-apple-darwin - os: macos-13 + os: macos-15-intel executable_name: cubestored # upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05. strip: false diff --git a/.github/workflows/rust-cubesql.yml b/.github/workflows/rust-cubesql.yml index 967de2813004a..1603c9756fe92 100644 --- a/.github/workflows/rust-cubesql.yml +++ b/.github/workflows/rust-cubesql.yml @@ -232,20 +232,25 @@ jobs: matrix: # We do not need to test under all versions, we do it under linux node-version: [22.x] - os-version: ["macos-14"] target: ["x86_64-apple-darwin", "aarch64-apple-darwin"] include: - target: x86_64-apple-darwin + os-version: macos-15-intel python-version: "3.9" - target: x86_64-apple-darwin + os-version: macos-15-intel python-version: "3.10" - target: x86_64-apple-darwin + os-version: macos-15-intel python-version: "3.11" - target: x86_64-apple-darwin + os-version: macos-15-intel python-version: "3.12" - target: x86_64-apple-darwin + os-version: macos-15-intel python-version: "fallback" - target: aarch64-apple-darwin + os-version: macos-14 python-version: "fallback" fail-fast: false diff --git a/.github/workflows/rust-cubestore-master.yml b/.github/workflows/rust-cubestore-master.yml index d4a35704a6245..325251283cf84 100644 --- a/.github/workflows/rust-cubestore-master.yml +++ b/.github/workflows/rust-cubestore-master.yml @@ -180,7 +180,7 @@ jobs: # cubestored.exe: CantPackException: superfluous data between sections compress: false # Please use minimal possible version of macOS, because it produces constraint on libstdc++ - - os: macos-13 + - os: macos-15-intel target: x86_64-apple-darwin executable_name: cubestored # upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05. diff --git a/.github/workflows/rust-cubestore.yml b/.github/workflows/rust-cubestore.yml index 5e814eacf4fc6..509e6b92a4ebe 100644 --- a/.github/workflows/rust-cubestore.yml +++ b/.github/workflows/rust-cubestore.yml @@ -119,7 +119,7 @@ jobs: # cubestored.exe: CantPackException: superfluous data between sections compress: false # Please use minimal possible version of macOS, because it produces constraint on libstdc++ - - os: macos-13 + - os: macos-15-intel target: x86_64-apple-darwin executable_name: cubestored # upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05. diff --git a/rust/cubestore/Cargo.lock b/rust/cubestore/Cargo.lock index 2bee7bd4b5925..07899c065d873 100644 --- a/rust/cubestore/Cargo.lock +++ b/rust/cubestore/Cargo.lock @@ -3305,9 +3305,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" dependencies = [ "cc", "libc",