Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go: ['1.21', '1.22', '1.23']
os: ['ubuntu-22.04']
os: ['blacksmith-4vcpu-ubuntu-2204']
fail-fast: false
name: ${{ matrix.os }} / Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
Expand Down