Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 4ecf4df

Browse files
authored
fix: github action build fix (#519)
- Update GitHub actions virtual environment to ubuntu latest - Update azure pipeline vm images to latest ubuntu
1 parent 8b8db0e commit 4ecf4df

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/certificate-processing.api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
build:
31-
runs-on: ubuntu-16.04
31+
runs-on: ubuntu-latest
3232

3333
steps:
3434
- uses: actions/checkout@v1

.github/workflows/enrolling.api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
build:
33-
runs-on: ubuntu-16.04
33+
runs-on: ubuntu-latest
3434

3535
steps:
3636
- uses: actions/checkout@v1

.github/workflows/eschool.graphql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
build:
33-
runs-on: ubuntu-16.04
33+
runs-on: ubuntu-latest
3434

3535
steps:
3636
- uses: actions/checkout@v1

.github/workflows/frontend.blazor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232

33-
runs-on: ubuntu-16.04
33+
runs-on: ubuntu-latest
3434

3535
steps:
3636
- uses: actions/checkout@v1

.github/workflows/webstatus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232

33-
runs-on: ubuntu-16.04
33+
runs-on: ubuntu-latest
3434

3535
steps:
3636
- uses: actions/checkout@v1

build/azure-devops/enrolling-api/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
vmImage: "ubuntu-16.04"
2+
vmImage: "ubuntu-latest"
33
trigger:
44
paths:
55
include:

build/azure-devops/eschool-graphql/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
vmImage: "ubuntu-16.04"
2+
vmImage: "ubuntu-latest"
33
trigger:
44
paths:
55
include:

build/azure-devops/webstatus/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pool:
22

3-
vmImage: 'ubuntu-16.04'
3+
vmImage: 'ubuntu-latest'
44
trigger:
55
paths:
66
include:

0 commit comments

Comments
 (0)