Skip to content

Commit 48f7050

Browse files
revert
1 parent d768307 commit 48f7050

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

.github/workflows/analyzer.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
IWYU: "0.22"
1616
LLVM: "18"
1717

18-
runs-on:
19-
- self-hosted
20-
- 1ES.Pool=MC-Runner-1ES-Linux
18+
runs-on: ubuntu-latest
2119
continue-on-error: true
2220

2321
steps:

.github/workflows/bazel-release-archive.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
# A release archive is required for bzlmod
99
# See: https://blog.bazel.build/2023/02/15/github-archive-checksum.html
1010
bazel-release-archive:
11-
runs-on:
12-
- self-hosted
13-
- 1ES.Pool=MC-Runner-1ES-Linux
11+
runs-on: ubuntu-latest
1412
continue-on-error: true
1513
permissions:
1614
contents: write

.github/workflows/coverage.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ jobs:
66

77
codecov:
88
timeout-minutes: 15
9-
runs-on:
10-
- self-hosted
11-
- 1ES.Pool=MC-Runner-1ES-Linux
9+
runs-on: ubuntu-latest
1210

1311
steps:
1412
- uses: actions/checkout@v4

.github/workflows/deploy.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88

99
homebrew-entt:
1010
timeout-minutes: 5
11-
runs-on:
12-
- self-hosted
13-
- 1ES.Pool=MC-Runner-1ES-Linux
11+
runs-on: ubuntu-latest
1412

1513
env:
1614
GH_REPO: homebrew-entt

.github/workflows/sanitizer.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
id_type: ["std::uint32_t", "std::uint64_t"]
1414
cxx_std: [cxx_std_17, cxx_std_20]
1515

16-
runs-on:
17-
- self-hosted
18-
- 1ES.Pool=MC-Runner-1ES-Linux
16+
runs-on: ubuntu-latest
1917

2018
steps:
2119
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)