Skip to content

Commit aec3ff6

Browse files
authored
Change runner from ubuntu-slim to ubuntu-latest
1 parent b8b8122 commit aec3ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-keepalive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency: bot-keepalive
1010
jobs:
1111
bot-keepalive:
1212
name: bot-keepalive
13-
runs-on: "ubuntu-slim"
13+
runs-on: "ubuntu-latest"
1414
defaults:
1515
run:
1616
shell: bash -leo pipefail {0}

0 commit comments

Comments
 (0)