Skip to content

Commit 3c964a3

Browse files
committed
Use Ubuntu 16.04 to deploy GitHub Pages
1 parent 7c92ef6 commit 3c964a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/azure-master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ pr: ["master"]
1212
jobs:
1313
- job: StyleAndDocs
1414
pool:
15-
vmImage: ubuntu-18.04
15+
# FIXME: It seems Ubuntu 18.04 doesn't work well with simpleinfra.
16+
vmImage: ubuntu-16.04
1617
steps:
1718
- template: azure-install-rust.yml
1819
- script: LIBC_CI=1 sh ci/dox.sh

0 commit comments

Comments
 (0)