Skip to content

Commit 1714390

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 3639762 + 179a73d commit 1714390

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- 3.x
6-
- "2.19"
75
paths-ignore:
86
- "README.md"
97
- "release-notes/*"
108
pull_request:
119
branches:
12-
- 3.x
13-
- "2.19"
1410
paths-ignore:
1511
- "README.md"
1612
- "release-notes/*"
@@ -19,7 +15,7 @@ permissions:
1915

2016
jobs:
2117
build:
22-
runs-on: 'ubuntu-22.04'
18+
runs-on: 'ubuntu-24.04'
2319
strategy:
2420
fail-fast: false
2521
matrix:

0 commit comments

Comments
 (0)