Skip to content

Commit 61b48d2

Browse files
cicd(all-os): move linux pipeline on a new runner
1 parent 327427e commit 61b48d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
setup-linux:
15-
runs-on: ubuntu
15+
runs-on: [self-hosted, Linux, esteco]
1616
name: Setup - Linux
1717
steps:
1818
- name: Checkout build environment information
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
rm -rf bitpit
3535
tests-linux:
36-
runs-on: ubuntu
36+
runs-on: [self-hosted, Linux, esteco]
3737
needs: setup-linux
3838
name: Linux (${{ matrix.compiler }}) - MPI ${{ matrix.mpi }} - Debug ${{ matrix.debug }}
3939
strategy:
@@ -81,7 +81,7 @@ jobs:
8181
--target bitpit-test \
8282
-f environments/ubuntu/Dockerfile .
8383
tests-windows:
84-
runs-on: Windows
84+
runs-on: [self-hosted, Windows]
8585
name: Windows (MSVC) - MPI ${{ matrix.mpi }} - Debug ${{ matrix.debug }}
8686
strategy:
8787
fail-fast: false

0 commit comments

Comments
 (0)