Skip to content

Commit e5d659d

Browse files
grandizzyDaniPopesgithub-actions[bot]zerosnacks
authored
ci: backport use gha runner for macos arm releases (#12021) (#12022)
* ci: use gha runner for macos arm releases (#12021) * chore(tests): bump forge-std version (#12017) chore: bump forge-std version used for tests Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com> --------- Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
1 parent 39ae553 commit e5d659d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
svm_target_platform: macosx-amd64
127127
platform: darwin
128128
arch: amd64
129-
- runner: depot-macos-latest
129+
- runner: macos-latest-large
130130
target: aarch64-apple-darwin
131131
svm_target_platform: macosx-aarch64
132132
platform: darwin

crates/forge/tests/cli/cmd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ contract NestedDeploy is Test {
28502850
+============================================================================================+
28512851
| Deployment Cost | Deployment Size | | | | |
28522852
|-------------------------------------------+-----------------+-----+--------+-----+---------|
2853-
| 328949 | 1163 | | | | |
2853+
| 328961 | 1163 | | | | |
28542854
|-------------------------------------------+-----------------+-----+--------+-----+---------|
28552855
| | | | | | |
28562856
|-------------------------------------------+-----------------+-----+--------+-----+---------|
@@ -2905,7 +2905,7 @@ Ran 1 test suite [ELAPSED]: 1 tests passed, 0 failed, 0 skipped (1 total tests)
29052905
{
29062906
"contract": "test/NestedDeployTest.sol:Parent",
29072907
"deployment": {
2908-
"gas": 328949,
2908+
"gas": 328961,
29092909
"size": 1163
29102910
},
29112911
"functions": {

crates/forge/tests/it/invariant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ contract BalanceAssumeTest is Test {
806806

807807
cmd.args(["test", "--mt", "invariant_balance"]).assert_failure().stdout_eq(str![[r#"
808808
...
809-
[FAIL: `vm.assume` rejected too many inputs (10 allowed)] invariant_balance() (runs: 5, calls: 2500, reverts: 0)
809+
[FAIL: `vm.assume` rejected too many inputs (10 allowed)] invariant_balance() (runs: 2, calls: 1000, reverts: 0)
810810
...
811811
"#]]);
812812
});

testdata/forge-std-rev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8bbcf6e3f8f62f419e5429a0bd89331c85c37824
1+
8e40513d678f392f398620b3ef2b418648b33e89

0 commit comments

Comments
 (0)