Skip to content

Commit a16457a

Browse files
authored
Merge pull request instructlab#587 from Gregory-Pereira/downgrade-ubuntu-runner-version
downgrading runner version
2 parents 1b6d693 + bf25dcd commit a16457a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
191191
build_and_publish_ps_qa_image:
192192
name: Push QA pathservice container image to GHCR and QUAY
193-
runs-on: ubuntu-latest
193+
runs-on: ubuntu-22.04
194194
environment: registry-creds
195195
permissions:
196196
packages: write

.github/workflows/release-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
135135
build_and_publish_ps_prod_image:
136136
name: Push pathservice container image to GHCR and QUAY
137-
runs-on: ubuntu-latest
137+
runs-on: ubuntu-22.04
138138
environment: registry-creds
139139
permissions:
140140
packages: write

0 commit comments

Comments
 (0)