Skip to content

Commit 663ba3b

Browse files
authored
Merge pull request #942 from Sage-Bionetworks/update-cicd
Update cicd os
2 parents 66214c1 + 936db71 commit 663ba3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
package:
146146
needs: [test,lint]
147147

148-
runs-on: ubuntu-18.04
148+
runs-on: ubuntu-20.04
149149

150150
if: github.event_name == 'release'
151151

@@ -321,7 +321,7 @@ jobs:
321321

322322
strategy:
323323
matrix:
324-
os: [ubuntu-18.04, macos-10.15, windows-2019]
324+
os: [ubuntu-20.04, macos-11, windows-2019]
325325

326326
# python versions should be consistent with the strategy matrix and the runs-integration-tests versions
327327
python: [3.7, 3.8, '3.9.9', '3.10']

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
22
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
33

44
RUN apt-get update \

0 commit comments

Comments
 (0)