@@ -379,7 +379,7 @@ jobs:
379
379
api-key :${{ secrets.DATADOG_API_KEY }}
380
380
381
381
test-go-pg :
382
- runs-on :${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xlarge ' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-16-cores' || matrix.os }}
382
+ runs-on :${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'depot- macos-latest' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-16-cores' || matrix.os }}
383
383
needs :changes
384
384
if :needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
385
385
# This timeout must be greater than the timeout set by `go test` in
@@ -419,6 +419,8 @@ jobs:
419
419
env :
420
420
POSTGRES_VERSION :" 13"
421
421
TS_DEBUG_DISCO :" true"
422
+ LC_CTYPE :" en_US.UTF-8"
423
+ LC_ALL :" en_US.UTF-8"
422
424
shell :bash
423
425
run :|
424
426
# if macOS, install google-chrome for scaletests