Skip to content

Commit 095c911

Browse files
authored
Update and rename maven.yml add macos runs
1 parent fbca4cb commit 095c911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml renamed to .github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI with Maven
1+
name: Build App
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: windows-latest
10+
runs-on: [windows-latest, macos-latest]
1111

1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)