Skip to content

Commit fdd67bc

Browse files
authored
screw windows
1 parent 4ea6ab6 commit fdd67bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
"temurin",
1919
]
2020

21-
os: [ubuntu-24.04, windows-2022]
21+
os: [ubuntu-24.04]
2222

2323
runs-on: ${{ matrix.os }}
2424
steps:
@@ -33,7 +33,6 @@ jobs:
3333
distribution: ${{ matrix.distribution }}
3434
cache: 'gradle'
3535
- name: make gradle wrapper executable
36-
if: ${{ runner.os != 'Windows' }}
3736
run: chmod +x ./gradlew
3837
- name: cache gradle
3938
uses: actions/cache@v4
@@ -50,7 +49,6 @@ jobs:
5049
- name: build
5150
run: ./gradlew chiseledBuild --build-cache --no-configuration-cache
5251
- name: capture build artifacts
53-
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
5452
uses: actions/upload-artifact@v4
5553
with:
5654
name: Artifacts

0 commit comments

Comments
 (0)