Skip to content

Commit 9447eac

Browse files
committed
gha update
1 parent 0b424a7 commit 9447eac

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,34 @@ jobs:
5252
matrix:
5353
# Job names also name artifacts, character limitations apply
5454
include:
55-
- os: ubuntu-20.04
55+
- os: ubuntu-latest
5656
cmp: gcc
5757
configuration: default
5858
base: "7.0"
5959
wine: "64"
6060
name: "Ub-20 gcc-9 + MinGW"
6161

62-
- os: ubuntu-20.04
62+
- os: ubuntu-latest
6363
cmp: gcc
6464
configuration: static
6565
base: "7.0"
6666
wine: "64"
6767
name: "Ub-20 gcc-9 + MinGW, static"
6868

69-
- os: ubuntu-20.04
69+
- os: ubuntu-latest
7070
cmp: gcc
7171
configuration: static
7272
base: "7.0"
7373
extra: "CMD_CXXFLAGS=-std=c++11"
7474
name: "Ub-20 gcc-9 C++11, static"
7575

76-
- os: ubuntu-20.04
76+
- os: ubuntu-latest
7777
cmp: clang
7878
configuration: default
7979
base: "7.0"
8080
name: "Ub-20 clang-10"
8181

82-
- os: ubuntu-20.04
82+
- os: ubuntu-latest
8383
cmp: clang
8484
configuration: default
8585
base: "7.0"
@@ -175,7 +175,7 @@ jobs:
175175
name: "Win2019 mingw"
176176

177177
steps:
178-
- uses: actions/checkout@v2
178+
- uses: actions/checkout@v3
179179
with:
180180
submodules: true
181181
- name: Automatic core dumper analysis
@@ -193,7 +193,7 @@ jobs:
193193
run: python .ci/cue.py -T 60M test
194194
- name: Upload tapfiles Artifact
195195
if: ${{ always() }}
196-
uses: actions/upload-artifact@v2
196+
uses: actions/upload-artifact@v3
197197
with:
198198
name: tapfiles ${{ matrix.name }}
199199
path: '**/O.*/*.tap'
@@ -237,12 +237,6 @@ jobs:
237237
configuration: default
238238
base: "7.0"
239239

240-
- name: "CentOS-8"
241-
image: centos:8
242-
cmp: gcc
243-
configuration: default
244-
base: "7.0"
245-
246240
- name: "Fedora-33"
247241
image: fedora:33
248242
cmp: gcc
@@ -282,7 +276,7 @@ jobs:
282276
# people would rather just break all existing scripts...
283277
[ -e /usr/bin/python ] || ln -sf python3 /usr/bin/python
284278
python --version
285-
- uses: actions/checkout@v2
279+
- uses: actions/checkout@v3
286280
with:
287281
submodules: true
288282
- name: Automatic core dumper analysis
@@ -295,7 +289,7 @@ jobs:
295289
run: python .ci/cue.py -T 20M test
296290
- name: Upload tapfiles Artifact
297291
if: ${{ always() }}
298-
uses: actions/upload-artifact@v2
292+
uses: actions/upload-artifact@v3
299293
with:
300294
name: tapfiles ${{ matrix.name }}
301295
path: '**/O.*/*.tap'

0 commit comments

Comments
 (0)