diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 231a3d13bd..432605e58b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -698,7 +698,7 @@ jobs: os: [centos] scala: [2.13.12] java: [temurin@8] - runs-on: [ "${{ matrix.os }}", zio-http ] + runs-on: ${{ matrix.os }} steps: - name: Clean up id: clean_up @@ -767,7 +767,7 @@ jobs: os: [centos] scala: [2.13.12] java: [temurin@8] - runs-on: [ "${{ matrix.os }}", zio-http ] + runs-on: ${{ matrix.os }} steps: - name: Clean up id: clean_up diff --git a/project/BenchmarkWorkFlow.scala b/project/BenchmarkWorkFlow.scala index 06b40f8029..d3afaa0ef3 100644 --- a/project/BenchmarkWorkFlow.scala +++ b/project/BenchmarkWorkFlow.scala @@ -19,7 +19,6 @@ object BenchmarkWorkFlow { private def makeBenchmarkPass(id: String, name: String, performanceFloor: Int, server: String) = WorkflowJob( - runsOnExtraLabels = List("zio-http"), id = id, name = name, oses = List("centos"),