We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327427e commit 61b48d2Copy full SHA for 61b48d2
.github/workflows/continuous_integration.yml
@@ -12,7 +12,7 @@ concurrency:
12
13
jobs:
14
setup-linux:
15
- runs-on: ubuntu
+ runs-on: [self-hosted, Linux, esteco]
16
name: Setup - Linux
17
steps:
18
- name: Checkout build environment information
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
rm -rf bitpit
35
tests-linux:
36
37
needs: setup-linux
38
name: Linux (${{ matrix.compiler }}) - MPI ${{ matrix.mpi }} - Debug ${{ matrix.debug }}
39
strategy:
@@ -81,7 +81,7 @@ jobs:
81
--target bitpit-test \
82
-f environments/ubuntu/Dockerfile .
83
tests-windows:
84
- runs-on: Windows
+ runs-on: [self-hosted, Windows]
85
name: Windows (MSVC) - MPI ${{ matrix.mpi }} - Debug ${{ matrix.debug }}
86
87
fail-fast: false
0 commit comments