Skip to content

Commit b5002ef

Browse files
committed
Update build.yml
1 parent 23bae21 commit b5002ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: Gradle build on ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
14+
matrix:
15+
os: [ubuntu-latest, windows-latest]
1416
runs-on: ${{ matrix.os }}
1517
permissions:
1618
contents: read
@@ -20,9 +22,6 @@ jobs:
2022
run:
2123
working-directory: de.peeeq.wurstscript
2224

23-
matrix:
24-
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ] # Linux, Win, macOS Intel, macOS ARM
25-
2625
steps:
2726
- name: Checkout
2827
uses: actions/checkout@v4

0 commit comments

Comments
 (0)