Skip to content

Commit

Permalink
Merge pull request #398 from Asizon/azure_ubuntu_version_update
Browse files Browse the repository at this point in the history
Updated Azure used Ubuntu version
  • Loading branch information
klutvott123 authored Oct 18, 2021
2 parents 94cd4da + d07d2b8 commit 59b383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
jobs:
- job: 'Linux'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'
steps:
- script: sudo apt-get -y install lua5.2
displayName: 'Install lua compiler.'
Expand Down

0 comments on commit 59b383c

Please # to comment.