Skip to content

Commit a4743b1

Browse files
committed
Merge branch 'master' into prod_server
2 parents 582dc64 + 9d418f2 commit a4743b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
tests:
99
name: Unit & E2E tests
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
# Setup steps
@@ -46,7 +46,7 @@ jobs:
4646
name: Release frontend build artifact for the dev server
4747
needs: tests
4848
if: ${{ github.ref_name == 'master' }}
49-
runs-on: ubuntu-18.04
49+
runs-on: ubuntu-latest
5050

5151
steps:
5252
- name: Checkout
@@ -65,7 +65,7 @@ jobs:
6565
name: Release frontend build artifact for the prod server
6666
needs: tests
6767
if: ${{ github.ref_name == 'prod_server' }}
68-
runs-on: ubuntu-18.04
68+
runs-on: ubuntu-latest
6969

7070
steps:
7171
- name: Checkout
@@ -84,7 +84,7 @@ jobs:
8484
if: "false" # disable deployment job for now
8585
name: Deployment to dev
8686
needs: release-dev
87-
runs-on: ubuntu-18.04
87+
runs-on: ubuntu-latest
8888

8989
steps:
9090
- name: Checkout

0 commit comments

Comments
 (0)