File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2424 matrix :
2525 version :
2626 - " 1"
27- - " lts"
2827 os :
29- - self-hosted
28+ - ubuntu-latest
3029 arch :
3130 - x64
3231 env :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929jobs :
3030 # Build job
3131 build :
32- runs-on : self-hosted
32+ runs-on : ubuntu-latest
3333 env :
3434 JULIA_NUM_THREADS : auto
3535 steps :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
2323jobs :
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 :
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88jobs :
99 build :
10- runs-on : self-hosted
10+ runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
1313 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments