We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6f2e2 commit 2a25e87Copy full SHA for 2a25e87
.github/workflows/_unittest.yml
@@ -32,7 +32,7 @@ jobs:
32
id-token: write
33
contents: read
34
with:
35
- runner: linux.2xlarge
+ runner: linux.2xlarge.memory
36
docker-image: ${{ inputs.docker-image }}
37
submodules: 'recursive'
38
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
0 commit comments