diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 8babbeda6..41664cea7 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -203,7 +203,7 @@ jobs: needs: [windows-step-1, build-data] with: build-version: ${{ needs.build-data.outputs.version }} - profile-data-path-archive: zen-windows-x86_64-profile-data-and-jarlog.zip + profile-data-path-archive: zen.win64-pgo-stage-1.zip windows-step-3: name: Windows build step 3 (build with profile data) diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index 573673a76..85caaaf0f 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -9,7 +9,7 @@ on: jobs: mac-build: - runs-on: macos-14 + runs-on: warp-macos-13-arm64-6x steps: - name: Install Node.js diff --git a/.github/workflows/src/alpha-build.sh b/.github/workflows/src/alpha-build.sh index b4a9ccd46..605c05146 100644 --- a/.github/workflows/src/alpha-build.sh +++ b/.github/workflows/src/alpha-build.sh @@ -9,8 +9,7 @@ fi ulimit -n 4096 # Check if xfvb is installed -if ! command -v Xvfb &> /dev/null -then +if ! command -v Xvfb &> /dev/null; then if ! test "$ZEN_CROSS_COMPILING" then Xvfb :2 -screen 0 1024x768x24 & diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 71ec1e450..baf208782 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -40,7 +40,7 @@ jobs: name: Download artifact with: path: C:\artifact - name: ${{ inputs.profile-data-path-archive }} + name: zen-windows-x86_64-profile-data-and-jarlog.zip - name: Unpack artifact run: |