Skip to content

Commit 273c279

Browse files
committed
macOS CI: use shasum from system
sha256sum introduced in macOS 15 but there is shasum so we do not depend on deprecated port sha2.
1 parent b43e478 commit 273c279

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/scripts/macOS/prepare.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ set -- \
5252
qt \
5353
sdl3 \
5454
sdl3_ttf \
55-
sha2 `#for cksum in CI YAML` \
5655
speexdsp \
5756
vulkan-headers \
5857
wolfssl \

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
done
102102
mv UltraGrid.dmg UltraGrid-$VERSION.dmg
103103
- name: Compute checksum
104-
run: sha2 -256 UltraGrid-$VERSION.dmg || true
104+
run: shasum -a 256 UltraGrid-$VERSION.dmg
105105
- name: Upload Release Asset
106106
id: upload-release
107107
if: (github.repository == 'CESNET/UltraGrid' && github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)