From 3ebba718b2cf96283ca876cad94f88f6ca515a20 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Fri, 4 Oct 2024 15:57:52 +0700 Subject: [PATCH] :construction_worker: Updase OSX version --- .github/workflows/publish-packages.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index bf5030a..d5cc74a 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -22,43 +22,43 @@ jobs: build: - { NAME: linux-x64-glibc, - OS: ubuntu-20.04, + OS: ubuntu-latest, TOOLCHAIN: stable, TARGET: x86_64-unknown-linux-gnu, } - { NAME: linux-x86-glibc, - OS: ubuntu-22.04, + OS: ubuntu-latest, TOOLCHAIN: stable, TARGET: i686-unknown-linux-gnu, } - { NAME: linux-arm64-glibc, - OS: ubuntu-20.04, + OS: ubuntu-latest, TOOLCHAIN: stable, TARGET: aarch64-unknown-linux-gnu, } - { NAME: win32-x64-msvc, - OS: windows-2022, + OS: windows-latest, TOOLCHAIN: stable, TARGET: x86_64-pc-windows-msvc, } - { NAME: win32-x86-msvc, - OS: windows-2022, + OS: windows-latest, TOOLCHAIN: stable, TARGET: i686-pc-windows-msvc, } - { NAME: darwin-x64, - OS: macos-11, + OS: macos-latest, TOOLCHAIN: stable, TARGET: x86_64-apple-darwin, } - { NAME: darwin-arm64, - OS: macos-11, + OS: macos-latest, TOOLCHAIN: stable, TARGET: aarch64-apple-darwin, }