Skip to content

Commit 8b2ddb2

Browse files
committed
Use ubuntu-latest for cache cleanup workflows
1 parent b398f52 commit 8b2ddb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cache_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
delete:
1212
name: Delete caches
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
actions: write
1616
env:

.github/workflows/cache_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
delete:
1515
name: Delete caches
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717
permissions:
1818
actions: write
1919
env:

0 commit comments

Comments
 (0)