GHA: Try ubuntu runner for distro build

This commit is contained in:
aboyko
2023-12-12 09:51:44 -05:00
parent b697f2a014
commit 8fbe048457

View File

@@ -30,7 +30,7 @@ on:
jobs:
eclipse-distro-build:
runs-on: macos-latest-xl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
@@ -101,7 +101,7 @@ jobs:
do
echo "Generate checksums for ${file}"
shasum -a 256 $file > ${file}.sha256
md5 $file > ${file}.md5
md5sum $file > ${file}.md5
done
echo "Processing S3 update..."
dist_path=${{ steps.s3-paths.outputs.dist_path }}