3838 strategy :
3939 matrix :
4040 go-version : [1.23.x]
41- os : [ubuntu-latest-128 , windows-latest, macos-latest]
41+ os : [gha-runner-scale-set- ubuntu-24-amd64-xxl , windows-latest, macos-latest]
4242 runs-on : ${{ matrix.os }}
4343 needs :
4444 - staticcheck
5454 go install golang.org/x/tools/cmd/goimports@latest && go install github.com/klauspost/asmfmt/cmd/asmfmt@latest
5555 go install github.com/ethereum/go-ethereum/cmd/[email protected] 5656 - name : install solc deps
57- if : startsWith(matrix.os, 'ubuntu') == true
57+ if : startsWith(matrix.os, 'gha-runner-scale-set- ubuntu') == true
5858 run : |
5959 go install github.com/consensys/[email protected] 6060 sudo add-apt-repository ppa:ethereum/ethereum
@@ -63,11 +63,11 @@ jobs:
6363
6464 - name : Test (windows / mac)
6565 # on macOS CI / Windows CI we avoid running the std/ tests (they are run on ubuntu CI)
66- if : startsWith(matrix.os, 'ubuntu') == false
66+ if : startsWith(matrix.os, 'gha-runner-scale-set- ubuntu') == false
6767 run : |
6868 go test -tags=release_checks -v -timeout=60m .
6969 - name : Test (ubuntu - race and solc)
70- if : startsWith(matrix.os, 'ubuntu') == true
70+ if : startsWith(matrix.os, 'gha-runner-scale-set- ubuntu') == true
7171 run : |
7272 go test -v -p 4 -short -timeout=30m ./...
7373 go test -v -p 4 -timeout=120m -tags=release_checks ./std/math/emulated/...
0 commit comments