Skip to content

Commit f4c23d2

Browse files
Vladislav Kaluginladisgin
authored andcommitted
Switch to ubuntu-latest
1 parent 8e82965 commit f4c23d2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-utbot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: matrix-prep
2525
strategy:
2626
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
27-
runs-on: ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
27+
runs-on: ubuntu-latest
2828
container:
2929
image: ghcr.io/unittestbot/utbotcpp/base_env:${{ matrix.DOCKER_TAG }}
3030
credentials:
@@ -63,7 +63,7 @@ jobs:
6363
needs: matrix-prep
6464
strategy:
6565
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
66-
runs-on: ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
66+
runs-on: ubuntu-latest
6767
container:
6868
image: ghcr.io/unittestbot/utbotcpp/base_env:${{ matrix.DOCKER_TAG }}
6969
credentials:
@@ -116,7 +116,7 @@ jobs:
116116
needs: matrix-prep
117117
strategy:
118118
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
119-
runs-on: ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
119+
runs-on: ubuntu-latest
120120
container:
121121
image: ghcr.io/unittestbot/utbotcpp/base_env:${{ matrix.DOCKER_TAG }}
122122
credentials:
@@ -153,7 +153,7 @@ jobs:
153153

154154
build-portable-container:
155155
needs: build-utbot-and-generate-test
156-
runs-on: ubuntu-18.04
156+
runs-on: ubuntu-latest
157157
env:
158158
DOCKER_IMAGE_TAG: docker-image
159159
PORTABLE_CONTAINER_NAME: Portable

.github/workflows/publish-base-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: matrix-prep
2525
strategy:
2626
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
27-
runs-on: ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
27+
runs-on: ubuntu-latest
2828
permissions:
2929
contents: read
3030
packages: write
@@ -78,4 +78,4 @@ jobs:
7878
- name: Move cache
7979
run: |
8080
rm -rf /tmp/.buildx-cache
81-
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
81+
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

.github/workflows/publish-c-family-cli-image.yml

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

1111
jobs:
1212
build-and-publish-docker:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3

.github/workflows/publish-utbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: matrix-prep
2626
strategy:
2727
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
28-
runs-on: ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
28+
runs-on: ubuntu-latest
2929
env:
3030
ARTIFACT_DIR: utbot-artifact
3131
container:

0 commit comments

Comments
 (0)