We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3639762 + 179a73d commit 1714390Copy full SHA for 1714390
1 file changed
.github/workflows/main.yml
@@ -2,15 +2,11 @@ name: Build and Deploy Snapshot
2
on:
3
push:
4
branches:
5
- - 3.x
6
- - "2.19"
7
paths-ignore:
8
- "README.md"
9
- "release-notes/*"
10
pull_request:
11
12
13
14
15
16
@@ -19,7 +15,7 @@ permissions:
19
20
jobs:
21
17
build:
22
- runs-on: 'ubuntu-22.04'
18
+ runs-on: 'ubuntu-24.04'
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments