Skip to content

Commit

Permalink
Merge pull request #4 from RPate97/pate/fix-release
Browse files Browse the repository at this point in the history
Pate/fix release
  • Loading branch information
RPate97 authored Feb 7, 2024
2 parents d1f47c6 + 0569efd commit c9b9354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c9b9354

Please sign in to comment.