Skip to content

Commit

Permalink
ylem 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Jan 30, 2024
1 parent 7ce750d commit 2e88e5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/tests/it/yvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use yvm::{self, Platform};
/// 2. yvm updated with all build info
/// 3. yvm bumped in ethers-rs
/// 4. ethers bumped in foxar + update the `LATEST_SOLC`
const LATEST_SOLC: Version = Version::new(1, 1, 0);
const LATEST_SOLC: Version = Version::new(1, 1, 2);

macro_rules! ensure_yvm_releases {
($($test:ident => $platform:ident),*) => {
Expand All @@ -37,8 +37,7 @@ async fn ensure_latest_release(platform: Platform) {
ensure_yvm_releases!(
test_yvm_releases_linux_amd64 => LinuxAmd64,
test_yvm_releases_linux_aarch64 => LinuxAarch64,
// todo:error2215 add support for macos amd64
// test_yvm_releases_macos_amd64 => MacOsAmd64,
test_yvm_releases_macos_amd64 => MacOsAmd64,
test_yvm_releases_macos_aarch64 => MacOsAarch64,
test_yvm_releases_windows_amd64 => WindowsAmd64
);
Expand Down

0 comments on commit 2e88e5e

Please sign in to comment.