Skip to content

Commit 59b383c

Browse files
authored
Merge pull request #398 from Asizon/azure_ubuntu_version_update
Updated Azure used Ubuntu version
2 parents 94cd4da + d07d2b8 commit 59b383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stages:
3636
jobs:
3737
- job: 'Linux'
3838
pool:
39-
vmImage: 'ubuntu-16.04'
39+
vmImage: 'ubuntu-20.04'
4040
steps:
4141
- script: sudo apt-get -y install lua5.2
4242
displayName: 'Install lua compiler.'

0 commit comments

Comments
 (0)