diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 518c92598ee..6f339fd2a41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,15 +19,13 @@ concurrency: jobs: makie: name: Julia ${{ matrix.version }} - runs-on: ${{ matrix.os }} + runs-on: self-hosted strategy: fail-fast: false matrix: version: - '1.6' - '1' - os: - - ubuntu-20.04 arch: - x64 steps: diff --git a/.github/workflows/reference_tests.yml b/.github/workflows/reference_tests.yml index 69496a3ae67..0b2fc06567e 100644 --- a/.github/workflows/reference_tests.yml +++ b/.github/workflows/reference_tests.yml @@ -19,7 +19,7 @@ concurrency: jobs: cairomakie: name: CairoMakie Julia ${{ matrix.version }} - runs-on: ${{ matrix.os }} + runs-on: self-hosted strategy: fail-fast: false matrix: @@ -68,7 +68,7 @@ jobs: name: GLMakie Julia ${{ matrix.version }} env: MODERNGL_DEBUGGING: "true" # turn on errors when running OpenGL tests - runs-on: ${{ matrix.os }} + runs-on: self-hosted strategy: fail-fast: false matrix: @@ -118,7 +118,7 @@ jobs: wglmakie: name: WGLMakie Julia ${{ matrix.version }} - runs-on: ${{ matrix.os }} + runs-on: self-hosted strategy: fail-fast: false matrix: @@ -166,7 +166,7 @@ jobs: consolidation: name: Merge artifacts - runs-on: ubuntu-20.04 + runs-on: self-hosted if: ${{ always() }} # run even if any of the three backend test jobs failed needs: [cairomakie, glmakie, wglmakie] steps: