Skip to content

build-git-installers: integrate fixes that were required for v2.50.0.vfs.0.1 #770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: vfs-2.50.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
artifact: pkg-x86_64
toolchain: x86_64
mingwprefix: mingw64
runner: windows-2019
runner: windows-2022
- name: aarch64
artifact: pkg-aarch64
toolchain: clang-aarch64
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
artifact: pkg-x86_64
toolchain: x86_64
mingwprefix: mingw64
runner: windows-2019
runner: windows-2022
- name: aarch64
artifact: pkg-aarch64
toolchain: clang-aarch64
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:

# Build and sign Mac OSX installers & upload artifacts
create-macos-artifacts:
runs-on: macos-latest-xl-arm64
runs-on: macos-latest
needs: prereqs
env:
VERSION: "${{ needs.prereqs.outputs.tag_version }}"
Expand Down Expand Up @@ -720,7 +720,7 @@ jobs:
- os: ubuntu-latest
artifact: linux-artifacts
command: git
- os: macos-latest-xl-arm64
- os: macos-latest
artifact: macos-artifacts
command: git
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scalar-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# Order by runtime (in descending order)
os: [windows-2019, macos-13, ubuntu-22.04]
os: [windows-2022, macos-13, ubuntu-22.04]
# Scalar.NET used to be tested using `features: [false, experimental]`
# But currently, Scalar/C ignores `feature.scalar` altogether, so let's
# save some electrons and run only one of them...
Expand Down
Loading