From 2724480a3f8a0857058542c3b7ac5288f143d763 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 11 Dec 2023 14:13:35 -0500 Subject: [PATCH] GHA: Switch eclipse distro back to mac --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 79354e701..d5a46e1c1 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -30,7 +30,7 @@ on: jobs: eclipse-distro-build: - runs-on: ubuntu-latest + runs-on: macos-latest-xl steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: @@ -101,7 +101,7 @@ jobs: do echo "Generate checksums for ${file}" shasum -a 256 $file > ${file}.sha256 - md5sum $file > ${file}.md5 + md5 $file > ${file}.md5 done echo "Processing S3 update..." dist_path=${{ steps.s3-paths.outputs.dist_path }}