Skip to content

Commit e3c9cb9

Browse files
committed
downgraded ubuntu for runner stage 'deploy-function'
1 parent eb8f2ac commit e3c9cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build-function:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
!venv/
4646
4747
deploy-function:
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-latest
4949
needs: build-function
5050
permissions:
5151
id-token: write

0 commit comments

Comments
 (0)