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"