From bb164ce743b0da4df5a886ea731710ad5e43b5cf Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 10 Aug 2025 07:28:43 +0400 Subject: [PATCH] build: switch to ubuntu 24 on linux x64 build --- .github/workflows/release.yml | 2 +- .github/workflows/rolling-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08f43bd..1448171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: target: "x86_64-apple-darwin" pkg_target: "latest-macos-x64" nodecar_script: "build:mac-x86_64" - - platform: "ubuntu-22.04" + - platform: "ubuntu-latest" args: "--target x86_64-unknown-linux-gnu" arch: "x86_64" target: "x86_64-unknown-linux-gnu" diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 2b5476d..3e5bca8 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -77,7 +77,7 @@ jobs: target: "x86_64-apple-darwin" pkg_target: "latest-macos-x64" nodecar_script: "build:mac-x86_64" - - platform: "ubuntu-22.04" + - platform: "ubuntu-latest" args: "--target x86_64-unknown-linux-gnu" arch: "x86_64" target: "x86_64-unknown-linux-gnu"