Skip to content

Commit d1bcff9

Browse files
committed
Merge branch 'improvement/CLDSRV-635-fix-ci-ubuntu' into tmp/octopus/w/7.70/improvement/CLDSRV-635-fix-ci-ubuntu
2 parents 546956b + 5c4a1b3 commit d1bcff9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-federation-image:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
cache-to: type=gha,mode=max,scope=federation
3636

3737
build-image:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: always()
126126

127127
build:
128-
runs-on: ubuntu-20.04
128+
runs-on: ubuntu-latest
129129
steps:
130130
- name: Checkout
131131
uses: actions/checkout@v4
@@ -164,7 +164,7 @@ jobs:
164164
cache-to: type=gha,mode=max,scope=pykmip
165165

166166
build-federation-image:
167-
runs-on: ubuntu-20.04
167+
runs-on: ubuntu-latest
168168
steps:
169169
- name: Checkout
170170
uses: actions/checkout@v4

0 commit comments

Comments
 (0)