Skip to content

Commit c7a02bd

Browse files
committed
Locking version of ubuntu so java update doesn't fail tests
1 parent 4f8f306 commit c7a02bd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
jobs:
1111
cancel_previous:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: styfle/[email protected]
1616
with:
1717
workflow_id: ${{ github.event.workflow.id }}
1818

1919
core-test:
2020
needs: cancel_previous
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
4242

4343
android-test:
4444
needs: cancel_previous
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-22.04
4646

4747
steps:
4848
- uses: actions/checkout@v2
@@ -66,7 +66,7 @@ jobs:
6666

6767
destination-test:
6868
needs: cancel_previous
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-22.04
7070

7171
steps:
7272
- uses: actions/checkout@v2
@@ -90,7 +90,7 @@ jobs:
9090

9191
security:
9292
needs: cancel_previous
93-
runs-on: ubuntu-latest
93+
runs-on: ubuntu-22.04
9494

9595
steps:
9696
- uses: actions/checkout@v2

.github/workflows/create_jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
create_jira:
1010
name: Create Jira Ticket
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
environment: IssueTracker
1313
steps:
1414
- name: Checkout

.github/workflows/release.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
environment: deployment
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/snapshot.yml

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

77
jobs:
88
snapshot:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
environment: deployment
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)