Skip to content

Commit 52498c1

Browse files
committed
Deactivate self hosted runners
1 parent 51f3318 commit 52498c1

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
matrix:
2525
version:
2626
- "1"
27-
- "lts"
2827
os:
29-
- self-hosted
28+
- ubuntu-latest
3029
arch:
3130
- x64
3231
env:

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
# Build job
3131
build:
32-
runs-on: self-hosted
32+
runs-on: ubuntu-latest
3333
env:
3434
JULIA_NUM_THREADS: auto
3535
steps:

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
TagBot:
2525
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26-
runs-on: [self-hosted, ubuntu-latest]
26+
runs-on: ubuntu-latest
2727
steps:
2828
- uses: JuliaRegistries/TagBot@v1
2929
with:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
jobs:
99
build:
10-
runs-on: self-hosted
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v5

0 commit comments

Comments
 (0)