Skip to content

Commit 817ac41

Browse files
authored
Use ubuntu-latest in TagBot.yml
1 parent 18ff4fc commit 817ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
TagBot:
1010
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
11-
runs-on: ubuntu-slim
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Create new release tag
1414
uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)