Skip to content

Commit a05bdcf

Browse files
authored
Merge pull request #294 from JuliaReach/schillic-patch-1
Use `ubuntu-latest` in TagBot.yml
2 parents 18ff4fc + 817ac41 commit a05bdcf

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)