Skip to content

Commit b22922f

Browse files
authored
Merge pull request #1675 from JohnTitor/try-fix
Try to use `fix-azure` branch
2 parents 773f837 + f353b20 commit b22922f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ resources:
66
type: github
77
name: rust-lang/simpleinfra
88
endpoint: gnzlbg
9+
branch: fix-azure
910
trigger: ["master"]
1011
pr: ["master"]
1112

1213
jobs:
1314
- job: StyleAndDocs
1415
pool:
15-
# FIXME: It seems Ubuntu 18.04 doesn't work well with simpleinfra.
16-
vmImage: ubuntu-16.04
16+
vmImage: ubuntu-18.04
1717
steps:
1818
- template: azure-install-rust.yml
1919
- script: LIBC_CI=1 sh ci/dox.sh

0 commit comments

Comments
 (0)