File tree 5 files changed +5
-15
lines changed
5 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 15
15
IWYU : " 0.22"
16
16
LLVM : " 18"
17
17
18
- runs-on :
19
- - self-hosted
20
- - 1ES.Pool=MC-Runner-1ES-Linux
18
+ runs-on : ubuntu-latest
21
19
continue-on-error : true
22
20
23
21
steps :
Original file line number Diff line number Diff line change 8
8
# A release archive is required for bzlmod
9
9
# See: https://blog.bazel.build/2023/02/15/github-archive-checksum.html
10
10
bazel-release-archive :
11
- runs-on :
12
- - self-hosted
13
- - 1ES.Pool=MC-Runner-1ES-Linux
11
+ runs-on : ubuntu-latest
14
12
continue-on-error : true
15
13
permissions :
16
14
contents : write
Original file line number Diff line number Diff line change 6
6
7
7
codecov :
8
8
timeout-minutes : 15
9
- runs-on :
10
- - self-hosted
11
- - 1ES.Pool=MC-Runner-1ES-Linux
9
+ runs-on : ubuntu-latest
12
10
13
11
steps :
14
12
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8
8
9
9
homebrew-entt :
10
10
timeout-minutes : 5
11
- runs-on :
12
- - self-hosted
13
- - 1ES.Pool=MC-Runner-1ES-Linux
11
+ runs-on : ubuntu-latest
14
12
15
13
env :
16
14
GH_REPO : homebrew-entt
Original file line number Diff line number Diff line change 13
13
id_type : ["std::uint32_t", "std::uint64_t"]
14
14
cxx_std : [cxx_std_17, cxx_std_20]
15
15
16
- runs-on :
17
- - self-hosted
18
- - 1ES.Pool=MC-Runner-1ES-Linux
16
+ runs-on : ubuntu-latest
19
17
20
18
steps :
21
19
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments