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

Commit 04cde9f

Browse files
FGJ-95: Run builds on Ubuntu 20.04 (#70)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 467915c commit 04cde9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following table shows versions of Fabric, Java and other dependencies that a
9393
| --- | ------ | --------- |
9494
| **Fabric** | 2.2 | 2.2 |
9595
| **Java** | 8, 11 | 8+ |
96-
| **Platform** | Ubuntu 18.04 | |
96+
| **Platform** | Ubuntu 20.04 | |
9797

9898
#### Client applications running on POWER architecture
9999
To run Java SDK clients on IBM POWER systems (e.g. zLinux), use Java 11 and set the SSL provider to ‘JDK’ by either supplying the -D command line option:

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pr:
1818
- release-2.2
1919

2020
pool:
21-
vmImage: 'ubuntu-18.04'
21+
vmImage: 'ubuntu-20.04'
2222

2323
variables:
2424
- group: Gateway_Java_Vars

0 commit comments

Comments
 (0)