Skip to content

Commit

Permalink
Merge pull request #942 from Sage-Bionetworks/update-cicd
Browse files Browse the repository at this point in the history
Update cicd os
  • Loading branch information
thomasyu888 authored Sep 17, 2022
2 parents 66214c1 + 936db71 commit 663ba3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
package:
needs: [test,lint]

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

if: github.event_name == 'release'

Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]

# python versions should be consistent with the strategy matrix and the runs-integration-tests versions
python: [3.7, 3.8, '3.9.9', '3.10']
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

RUN apt-get update \
Expand Down

0 comments on commit 663ba3b

Please sign in to comment.