Skip to content

Commit 85b5a75

Browse files
committed
more workflow tweaks
1 parent 25376da commit 85b5a75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-20.04, ubuntu-22.04-arm, macOS-13, macOS-14, windows-latest]
31+
os: [ubuntu-latest, ubuntu-latest-arm, macOS-13, macOS-latest, windows-latest]
3232

3333
steps:
3434
- name: Check out code
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
if [ "$RUNNER_OS" == "Windows" ]; then
5959
newEXE="pileupCaller-$RUNNER_OS.exe"
60-
else [ "$RUNNER_OS" == "macOS" ]; then
60+
else
6161
newEXE="pileupCaller-$RUNNER_OS-$RUNNER_ARCH"
6262
fi
6363
currentEXE="${{ steps.stack.outputs.local-bin }}/pileupCaller"

0 commit comments

Comments
 (0)