aboutsummaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorGreg Roodt <greg@canva.com>2021-03-31 10:41:10 +1100
committerGitHub <noreply@github.com>2021-03-31 10:41:10 +1100
commit4ef8cd04ea85e1726c3642be40a73364c459be90 (patch)
treefc17600300dd95e93631eb40aafa34a7040061cf /.ci
parent16965937f5e1f1ddc888c523323d0db8155241b1 (diff)
downloadbazelbuild-rules_python-4ef8cd04ea85e1726c3642be40a73364c459be90.tar.gz
Remove Ubuntu 16.04 from CI (#417)
Co-authored-by: Jonathon Belotti <jonathon@canva.com>
Diffstat (limited to '.ci')
-rw-r--r--.ci/rules_python.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/rules_python.json b/.ci/rules_python.json
index 760a9ef..f59edf3 100644
--- a/.ci/rules_python.json
+++ b/.ci/rules_python.json
@@ -3,7 +3,6 @@
"variation": "",
"configurations": [
{"node": "linux-x86_64"},
- {"node": "ubuntu_16.04-x86_64"},
{"node": "darwin-x86_64"}
]
}