Skip to content

Commit cbc5a74

Browse files
committed
github actions: run on a compute server
1 parent 8a8c75e commit cbc5a74

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/make-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Make all packages and run their tests
22

3-
# a larger machine, with less job concurrency
4-
# https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/using-github-hosted-runners/using-larger-runners/managing-larger-runners#adding-a-larger-runner-to-an-organization
5-
runs-on: ubuntu-24.04-4cpu-16ram
6-
73
# newer commits in the same PR abort running ones for the same workflow
84
concurrency:
95
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -48,8 +44,8 @@ jobs:
4844
run: cd src/scripts && python3 check_doc_urls.py || sleep 5 || python3 check_doc_urls.py
4945

5046
build:
51-
runs-on: ubuntu-latest
52-
47+
# https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/using-github-hosted-runners/using-larger-runners/managing-larger-runners#adding-a-larger-runner-to-an-organization
48+
runs-on: compute-server-9183 #ubuntu-24.04-4cpu-16ram
5349
services:
5450
postgres:
5551
image: postgres:${{ matrix.pg-version}}

0 commit comments

Comments
 (0)