Skip to content

Commit 2aefca2

Browse files
committed
Rename workflow archs as x64 and x86
1 parent 4ad8459 commit 2aefca2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/basemap.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
arch:
1616
[
17-
"i386",
18-
"amd64",
17+
"x64",
18+
"x86",
1919
]
2020
max-parallel: 2
2121
fail-fast: false
@@ -36,8 +36,8 @@ jobs:
3636
pkgname=cmake
3737
pkgcode=cmake-${pkgvers}
3838
case "${{ matrix.arch }}" in
39-
amd64) pkgfile=${pkgcode}-Linux-x86_64.tar.gz;;
40-
*) pkgfile=${pkgcode}-Linux-i386.tar.gz;;
39+
x86) pkgfile=${pkgcode}-Linux-i386.tar.gz;;
40+
*) pkgfile=${pkgcode}-Linux-x86_64.tar.gz;;
4141
esac
4242
wget https://github.com/Kitware/CMake/releases/download/v${pkgvers}/${pkgfile} -P /tmp
4343
tar -xf /tmp/${pkgfile} --strip-components=1 -C /usr
@@ -72,8 +72,8 @@ jobs:
7272
matrix:
7373
arch:
7474
[
75-
"i386",
76-
"amd64",
75+
"x64",
76+
"x86",
7777
]
7878
python-version:
7979
[
@@ -156,8 +156,8 @@ jobs:
156156
matrix:
157157
arch:
158158
[
159-
"i386",
160-
"amd64",
159+
"x64",
160+
"x86",
161161
]
162162
python-version:
163163
[
@@ -258,8 +258,8 @@ jobs:
258258
matrix:
259259
arch:
260260
[
261-
"i386",
262-
"amd64",
261+
"x64",
262+
"x86",
263263
]
264264
python-version:
265265
[

0 commit comments

Comments
 (0)