Skip to content

Commit 9f11e26

Browse files
committed
fix
1 parent a8bf7cc commit 9f11e26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-integration-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Integration tests
2-
32
on:
43
push:
54
branches: [ master, feat/*, rc/* ]
@@ -9,7 +8,7 @@ on:
98
jobs:
109
test-0:
1110
name: Elasticsearch v7.16.2
12-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1312
steps:
1413
- name: Set up Go 1.x
1514
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)