File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
needs : matrix-prep
25
25
strategy :
26
26
matrix : ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
27
- runs-on : ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
27
+ runs-on : ubuntu-latest
28
28
container :
29
29
image : ghcr.io/unittestbot/utbotcpp/base_env:${{ matrix.DOCKER_TAG }}
30
30
credentials :
63
63
needs : matrix-prep
64
64
strategy :
65
65
matrix : ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
66
- runs-on : ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
66
+ runs-on : ubuntu-latest
67
67
container :
68
68
image : ghcr.io/unittestbot/utbotcpp/base_env:${{ matrix.DOCKER_TAG }}
69
69
credentials :
@@ -116,7 +116,7 @@ jobs:
116
116
needs : matrix-prep
117
117
strategy :
118
118
matrix : ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
119
- runs-on : ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
119
+ runs-on : ubuntu-latest
120
120
container :
121
121
image : ghcr.io/unittestbot/utbotcpp/base_env:${{ matrix.DOCKER_TAG }}
122
122
credentials :
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
build-portable-container :
155
155
needs : build-utbot-and-generate-test
156
- runs-on : ubuntu-18.04
156
+ runs-on : ubuntu-latest
157
157
env :
158
158
DOCKER_IMAGE_TAG : docker-image
159
159
PORTABLE_CONTAINER_NAME : Portable
Original file line number Diff line number Diff line change 24
24
needs : matrix-prep
25
25
strategy :
26
26
matrix : ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
27
- runs-on : ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
27
+ runs-on : ubuntu-latest
28
28
permissions :
29
29
contents : read
30
30
packages : write
78
78
- name : Move cache
79
79
run : |
80
80
rm -rf /tmp/.buildx-cache
81
- mv /tmp/.buildx-cache-new /tmp/.buildx-cache
81
+ mv /tmp/.buildx-cache-new /tmp/.buildx-cache
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build-and-publish-docker :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
16
16
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 25
25
needs : matrix-prep
26
26
strategy :
27
27
matrix : ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
28
- runs-on : ubuntu-${{ matrix.OPERATING_SYSTEM_TAG }}
28
+ runs-on : ubuntu-latest
29
29
env :
30
30
ARTIFACT_DIR : utbot-artifact
31
31
container :
You can’t perform that action at this time.
0 commit comments