Skip to content

Commit 1fece47

Browse files
fat fingered
1 parent 317f6b5 commit 1fece47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto_add_pr_to_miletone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
add_to_milestone:
1212
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, '[Version Bump]') == false
13-
runs-on: ubuntu-24.02
13+
runs-on: ubuntu-24.04
1414
permissions:
1515
contents: read
1616
pull-requests: write # need to modify existing PR

.github/workflows/auto_check_snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
check-snapshots:
8-
runs-on: ubuntu-24.02
8+
runs-on: ubuntu-24.04
99
permissions:
1010
contents: read
1111
pull-requests: write # need to add a comment to a PR

0 commit comments

Comments
 (0)