Skip to content

Commit b149215

Browse files
authored
Merge pull request #1518 from LiZhenCheng9527/ubuntu-version
update the ubuntu version used in github CI
2 parents 301c5e7 + 3af835f commit b149215

11 files changed

+12
-12
lines changed

.github/workflows/e2e-ipv6-istio-1.24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-ipv6-test:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-ipv6-istio-1.25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-ipv6-test:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-ipv6-istio-1.26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-ipv6-test:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-istio-1.24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-test:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-istio-1.25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-test:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-istio-1.26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-test:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
2020
go-version: [ '1.23' ]

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
go-version: ["1.23"]

.github/workflows/push-builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
REGISTRY_IMAGE: ghcr.io/kmesh-net/kmesh-build
1414
jobs:
1515
build:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:

.github/workflows/release-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
REGISTRY_IMAGE: ghcr.io/kmesh-net/kmesh
1111
jobs:
1212
build:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:

0 commit comments

Comments
 (0)