diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2019-06-29 21:50:38 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-09-30 14:00:06 +0100 |
commit | acf0242961bf68312a5d9887e58832304e1f45c5 (patch) | |
tree | f7b3d91ac575a7852eea5b20df3b569365dbe00f /azure-pipelines-ci.yml | |
parent | 041088d317c89050796823928215588b3d61aa57 (diff) | |
download | openttd-acf0242961bf68312a5d9887e58832304e1f45c5.tar.xz |
Change: [AzurePipelines] Use clang 3.9 instead of 3.8
Diffstat (limited to 'azure-pipelines-ci.yml')
-rw-r--r-- | azure-pipelines-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index bf2fb7232..43448f345 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -41,8 +41,8 @@ jobs: matrix: commit-checker: Tag: 'commit-checker' - linux-amd64-clang-3.8: - Tag: 'linux-amd64-clang-3.8' + linux-amd64-clang-3.9: + Tag: 'linux-amd64-clang-3.9' linux-amd64-gcc-6: Tag: 'linux-amd64-gcc-6' linux-i386-gcc-6: |