mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
chore: Don't use self-hosted runner tag (#2248)
This commit is contained in:
4
.github/workflows/check_libxrpl.yml
vendored
4
.github/workflows/check_libxrpl.yml
vendored
@@ -15,7 +15,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build Clio / `libXRPL ${{ github.event.client_payload.version }}`
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
container:
|
||||
image: ghcr.io/xrplf/clio-ci:latest
|
||||
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
run_tests:
|
||||
name: Run tests
|
||||
needs: build
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
container:
|
||||
image: ghcr.io/xrplf/clio-ci:latest
|
||||
|
||||
|
||||
12
.github/workflows/update_docker_ci.yml
vendored
12
.github/workflows/update_docker_ci.yml
vendored
@@ -33,7 +33,7 @@ env:
|
||||
jobs:
|
||||
gcc-amd64:
|
||||
name: Build and push GCC docker image (amd64)
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
gcc-arm64:
|
||||
name: Build and push GCC docker image (arm64)
|
||||
runs-on: [self-hosted, heavy-arm64]
|
||||
runs-on: heavy-arm64
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
|
||||
gcc-merge:
|
||||
name: Merge and push multi-arch GCC docker image
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
needs: [gcc-amd64, gcc-arm64]
|
||||
|
||||
steps:
|
||||
@@ -150,7 +150,7 @@ jobs:
|
||||
|
||||
clang:
|
||||
name: Build and push Clang docker image
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
tools:
|
||||
name: Build and push tools docker image
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -210,7 +210,7 @@ jobs:
|
||||
|
||||
ci:
|
||||
name: Build and push CI docker image
|
||||
runs-on: [self-hosted, heavy]
|
||||
runs-on: heavy
|
||||
needs: [gcc-merge, clang, tools]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user