Skip to content

Commit aacaa8a

Browse files
committed
Use GitHub hosted runners
1 parent eab0858 commit aacaa8a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646

4747
jobs:
4848
test_non_bootstrapped:
49-
runs-on: [self-hosted, Linux]
49+
runs-on: ubuntu-24.04
5050
container:
5151
image: lampepfl/dotty:2024-10-18
5252
options: --cpu-shares 4096
@@ -98,7 +98,7 @@ jobs:
9898
./project/scripts/cmdTests
9999
100100
test:
101-
runs-on: [self-hosted, Linux]
101+
runs-on: ubuntu-24.04
102102
container:
103103
image: lampepfl/dotty:2024-10-18
104104
options: --cpu-shares 4096
@@ -152,7 +152,7 @@ jobs:
152152
153153
154154
test_windows_fast:
155-
runs-on: [self-hosted, Windows]
155+
runs-on: windows-2022
156156
if: "(
157157
github.event_name == 'push'
158158
&& github.ref != 'refs/heads/main'
@@ -199,7 +199,7 @@ jobs:
199199
shell: cmd
200200

201201
test_windows_full:
202-
runs-on: [self-hosted, Windows]
202+
runs-on: windows-2022
203203
if: "github.event_name == 'schedule' && github.repository == 'scala/scala3'
204204
|| github.event_name == 'push'
205205
|| (
@@ -228,7 +228,7 @@ jobs:
228228

229229
mima:
230230
name: MiMa
231-
runs-on: [self-hosted, Linux]
231+
runs-on: ubuntu-24.04
232232
container:
233233
image: lampepfl/dotty:2024-10-18
234234
options: --cpu-shares 4096
@@ -274,7 +274,7 @@ jobs:
274274
./project/scripts/sbt ";scala3-interfaces/mimaReportBinaryIssues ;scala3-library-bootstrapped/mimaReportBinaryIssues ;scala3-library-bootstrappedJS/mimaReportBinaryIssues; tasty-core-bootstrapped/mimaReportBinaryIssues"
275275
276276
community_build_a:
277-
runs-on: [self-hosted, Linux]
277+
runs-on: ubuntu-24.04
278278
container:
279279
image: lampepfl/dotty:2024-10-18
280280
options: --cpu-shares 4096
@@ -328,7 +328,7 @@ jobs:
328328
run: cat community-build/dotty-community-build-deps || true
329329

330330
community_build_b:
331-
runs-on: [self-hosted, Linux]
331+
runs-on: ubuntu-24.04
332332
container:
333333
image: lampepfl/dotty:2024-10-18
334334
options: --cpu-shares 4096
@@ -382,7 +382,7 @@ jobs:
382382
run: cat community-build/dotty-community-build-deps || true
383383

384384
community_build_c:
385-
runs-on: [self-hosted, Linux]
385+
runs-on: ubuntu-24.04
386386
container:
387387
image: lampepfl/dotty:2024-10-18
388388
options: --cpu-shares 4096
@@ -436,7 +436,7 @@ jobs:
436436
run: cat community-build/dotty-community-build-deps || true
437437

438438
test_sbt:
439-
runs-on: [self-hosted, Linux]
439+
runs-on: ubuntu-24.04
440440
container:
441441
image: lampepfl/dotty:2024-10-18
442442
options: --cpu-shares 4096
@@ -481,7 +481,7 @@ jobs:
481481
run: ./project/scripts/sbt "sbt-test/scripted; sbt-community-build/scripted"
482482

483483
test_java8:
484-
runs-on: [self-hosted, Linux]
484+
runs-on: ubuntu-24.04
485485
container:
486486
image: lampepfl/dotty:2024-10-18
487487
options: --cpu-shares 4096
@@ -537,7 +537,7 @@ jobs:
537537
./project/scripts/sbt ";sjsSandbox/run ;sjsSandbox/test ;sjsJUnitTests/test ;set sjsJUnitTests/scalaJSLinkerConfig ~= switchToESModules ;sjsJUnitTests/test ;sjsCompilerTests/test"
538538
539539
publish_nightly:
540-
runs-on: [self-hosted, Linux]
540+
runs-on: ubuntu-24.04
541541
container:
542542
image: lampepfl/dotty:2024-10-18
543543
options: --cpu-shares 4096
@@ -600,7 +600,7 @@ jobs:
600600
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
601601
602602
nightly_documentation:
603-
runs-on: [self-hosted, Linux]
603+
runs-on: ubuntu-24.04
604604
container:
605605
image: lampepfl/dotty:2024-10-18
606606
options: --cpu-shares 4096
@@ -654,7 +654,7 @@ jobs:
654654
publish_release:
655655
permissions:
656656
contents: write # for actions/create-release to create a release
657-
runs-on: [self-hosted, Linux]
657+
runs-on: ubuntu-24.04
658658
container:
659659
image: lampepfl/dotty:2024-10-18
660660
options: --cpu-shares 4096
@@ -756,7 +756,7 @@ jobs:
756756

757757

758758
open_issue_on_failure:
759-
runs-on: [self-hosted, Linux]
759+
runs-on: ubuntu-24.04
760760
container:
761761
image: lampepfl/dotty:2024-10-18
762762
needs: [nightly_documentation, test_windows_full]

0 commit comments

Comments
 (0)