Skip to content

Commit 4a84ed5

Browse files
authored
Merge pull request #69 from Azure/hazeng/fix-python-template
Fix python template to use vmImage ubuntu-18.04
2 parents 23ed3b5 + 7a0acf6 commit 4a84ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunctionApp/linux-python-functionapp-on-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build-and-deploy:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-18.04
2121
steps:
2222
- name: 'Checkout GitHub Action'
2323
uses: actions/checkout@master

0 commit comments

Comments
 (0)