Update pipelines with various fixes

This commit is contained in:
Conrad Kramer 2024-09-07 17:01:17 -07:00
parent aa634d03e2
commit 62a5739d86
9 changed files with 59 additions and 57 deletions

View file

@ -24,7 +24,7 @@ jobs:
- x86_64-apple-darwin
- aarch64-apple-darwin
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v4
@ -40,8 +40,9 @@ jobs:
with:
targets: ${{ join(matrix.rust-targets, ', ') }}
- name: Configure Version
id: version
shell: bash
run: Tools/version.sh
run: echo "BUILD_NUMBER=$(Tools/version.sh)" >> $GITHUB_OUTPUT
- name: Archive
uses: ./.github/actions/archive
with: