Skip to content

Commit edce6e0

Browse files
committed
fix
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 47ba89e commit edce6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 180
1212
runs-on:
1313
- runs-on=${{ github.run_id }}
14-
- family=c7i.4xlarge
14+
- family=m8g.2xlarge
1515
- image=ubuntu24-full-x64
1616
- disk=large
1717
- extras=s3-cache
@@ -64,7 +64,7 @@ jobs:
6464
timeout-minutes: 180
6565
runs-on:
6666
- runs-on=${{ github.run_id }}
67-
- family=c7i.4xlarge
67+
- family=m8g.2xlarge
6868
- image=ubuntu24-full-x64
6969
- disk=large
7070
- extras=s3-cache

0 commit comments

Comments
 (0)