Skip to content

Commit dfb0b08

Browse files
committed
Updated GitHub CI build workflow config
1 parent 03aacbf commit dfb0b08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Java CI with Maven
9+
name: CI Build - Ubuntu - x64
1010

1111
on:
1212
push:
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
java-version: '21'
2828
distribution: 'temurin'
29-
architecture: x64
3029
cache: maven
3130
- name: Build with Maven
3231
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)