diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 0a4179f4..df58542b 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -134,7 +134,7 @@ jobs: - name: Move build artifacts to correct folder run: | - targets=("ubuntu-latest" "macOS-latest" "macOS-arm64-latest" "windows-latest") + targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest") mkdir -p artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3659308a..d7c276e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -208,7 +208,7 @@ jobs: - name: Move build artifacts to correct folder run: | - targets=("ubuntu-latest" "macOS-latest" "macOS-arm64-latest" "windows-latest") + targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest") mkdir -p artifacts