File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218218 # Requires PAUSE_USERNAME and PAUSE_PASSWORD secrets to be set
219219 publish-cpan :
220220 name : Publish to CPAN
221- runs-on : ubuntu-latest
221+ runs-on : ubuntu-latest-4-cores
222222 needs : prepare-cpan
223223 if : startsWith(github.ref, 'refs/tags/v')
224224 environment : cpan # Use a protected environment for secrets
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
6565 run : cargo test --verbose
6666
6767 - name : Run clippy
68- if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'
68+ if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest-4-cores '
6969 working-directory : rust
7070 run : cargo clippy -- -D warnings
7171
7272 - name : Check formatting
73- if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'
73+ if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest-4-cores '
7474 working-directory : rust
7575 continue-on-error : true
7676 run : cargo fmt -- --check
You can’t perform that action at this time.
0 commit comments