From 7a8b81c3d7792b4a4aa7bb66df76168f6484c4a9 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Tue, 6 Feb 2024 17:24:13 -0800 Subject: [PATCH 1/3] effectively disable update cron --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index fd3daf853ea4..fb54fa09b501 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -5,7 +5,7 @@ name: dependencies on: schedule: # Run weekly - - cron: "0 0 * * SUN" + - cron: "0 0 31 2 *" workflow_dispatch: # Needed so we can run it manually From 2ba77e3bf5b946c34d5684e46d16bbf78d5b97c6 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Tue, 6 Feb 2024 22:42:15 -0800 Subject: [PATCH 2/3] fix(ci): run on ubuntu latest --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 071b0f628681..ece1f1427df8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,12 +78,12 @@ jobs: # `target`: Rust build target triple # `platform` and `arch`: Used in tarball names # `svm`: target platform to use for the Solc binary: https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24 - - runner: Linux-20.04 + - runner: ubuntu-20.04 target: x86_64-unknown-linux-gnu svm_target_platform: linux-amd64 platform: linux arch: amd64 - - runner: Linux-20.04 + - runner: ubuntu-20.04 target: aarch64-unknown-linux-gnu svm_target_platform: linux-aarch64 platform: linux From 0569efd9b3ca40997075549b86e54be5c0765618 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Tue, 6 Feb 2024 22:44:18 -0800 Subject: [PATCH 3/3] use windows latest --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ece1f1427df8..e522c29fe292 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: svm_target_platform: macosx-aarch64 platform: darwin arch: arm64 - - runner: Windows + - runner: windows-latest target: x86_64-pc-windows-msvc svm_target_platform: windows-amd64 platform: win32