Skip to content

Commit

Permalink
fix(ci): set 2XLARGE runner type to x86_64 (#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan authored Dec 17, 2024
1 parent 67aaa95 commit 9678685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on:
- graas_ami-0cdf7ad6d9627da45_${{ github.event.number }}${{ github.run_attempt }}-${{ github.run_id }}
- EXECUTION_TYPE=LONG
- INSTANCE_TYPE=LARGE
- INSTANCE_TYPE=2XLARGE
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on:
- graas_ami-0cdf7ad6d9627da45_${{ github.event.number }}${{ github.run_attempt }}-${{ github.run_id }}
- EXECUTION_TYPE=LONG
- INSTANCE_TYPE=LARGE
- INSTANCE_TYPE=2XLARGE
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 9678685

Please sign in to comment.