Skip to content

Commit a39c688

Browse files
Merge remote-tracking branch 'origin/w/7.70/improvement/CLDSRV-635-fix-ci-ubuntu' into w/8.8/improvement/CLDSRV-635-fix-ci-ubuntu
2 parents 9f76395 + d1bcff9 commit a39c688

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

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

1515
jobs:
1616
build-federation-image:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
if: always()
150150

151151
build:
152-
runs-on: ubuntu-20.04
152+
runs-on: ubuntu-latest
153153
permissions:
154154
contents: read
155155
packages: write

0 commit comments

Comments
 (0)