Skip to content

Commit 73016c3

Browse files
committed
CI: update GitHub Actions config.
1 parent 24af7e7 commit 73016c3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/builds.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY dss_python
3333
cd dss_python
3434
git checkout $GITHUB_SHA
35-
- name: 'Download/extract DSS C-API binaries'
35+
- name: 'Download/extract message catalogs'
3636
run: |
3737
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
3838
cd dss_python/dss
@@ -69,7 +69,7 @@ jobs:
6969
- name: 'Setup Docker'
7070
run: |
7171
docker pull $DOCKER_IMAGE
72-
- name: 'Download/extract DSS C-API binaries'
72+
- name: 'Download/extract message catalogs'
7373
run: |
7474
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
7575
cd dss_python/dss
@@ -87,16 +87,16 @@ jobs:
8787

8888
build_macos_x64:
8989
name: 'macOS x64'
90-
runs-on: 'macos-10.15'
90+
runs-on: 'macos-11'
9191
env:
9292
SDKROOT: '${{ github.workspace }}/MacOSX10.13.sdk'
9393
PYTHON: python3
9494
steps:
95-
- uses: actions/checkout@v2
95+
- uses: actions/checkout@v3
9696
with:
9797
fetch-depth: 0
9898
path: 'dss_python'
99-
- name: 'Download/extract DSS C-API binaries'
99+
- name: 'Download/extract message catalogs'
100100
run: |
101101
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
102102
cd dss_python/dss
@@ -124,11 +124,11 @@ jobs:
124124
ARCHFLAGS: '-arch arm64'
125125

126126
steps:
127-
- uses: actions/checkout@v2
127+
- uses: actions/checkout@v3
128128
with:
129129
fetch-depth: 0
130130
path: 'dss_python'
131-
- name: 'Download/extract DSS C-API binaries'
131+
- name: 'Download/extract message catalogs'
132132
run: |
133133
curl -s -L https://github.com/dss-extensions/dss_capi/releases/download/${DSS_CAPI_TAG}/messages.tar.gz -o messages.tar.gz
134134
cd dss_python/dss
@@ -158,11 +158,11 @@ jobs:
158158
CONDA_SUBDIR: 'win-64'
159159
PYTHON: python
160160
steps:
161-
- uses: actions/checkout@v2
161+
- uses: actions/checkout@v3
162162
with:
163163
fetch-depth: 0
164164
path: 'dss_python'
165-
- name: 'Download/extract DSS C-API binaries'
165+
- name: 'Download/extract message catalogs'
166166
shell: cmd
167167
run: |
168168
"c:\Program Files\Git\mingw64\bin\curl" -s -L https://github.com/dss-extensions/dss_capi/releases/download/%DSS_CAPI_TAG%/messages.zip -o messages.zip
@@ -190,15 +190,15 @@ jobs:
190190
CONDA_SUBDIR: 'win-32'
191191
PYTHON: python
192192
steps:
193-
- uses: actions/checkout@v2
193+
- uses: actions/checkout@v3
194194
with:
195195
fetch-depth: 0
196196
path: 'dss_python'
197197
- uses: actions/setup-python@v2
198198
with:
199199
python-version: '3.7'
200200
architecture: 'x86'
201-
- name: 'Download/extract DSS C-API binaries'
201+
- name: 'Download/extract message catalogs'
202202
shell: cmd
203203
run: |
204204
"c:\Program Files\Git\mingw64\bin\curl" -s -L https://github.com/dss-extensions/dss_capi/releases/download/%DSS_CAPI_TAG%/messages.zip -o messages.zip

0 commit comments

Comments
 (0)