Skip to content

Commit

Permalink
macos-13 -> macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 11, 2024
1 parent bb1a70c commit dd4763e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
include:
- { name: ubuntu-24.04, os: ubuntu-24.04, cross-target: '' }
- { name: macos-universal, os: macos-13, cross-target: aarch64-apple-darwin }
- { name: macos-universal, os: macos-14, cross-target: aarch64-apple-darwin }
- { name: windows, os: windows-latest, cross-target: '' }
name: Package plugin binaries
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runner_name=${{ matrix.name }}
if [[ $runner_name = 'macos-universal' ]]; then
export MACOSX_DEPLOYMENT_TARGET=10.13
export MACOSX_DEPLOYMENT_TARGET=10.14
cargo xtask bundle-universal "${package_args[@]}" --release
else
cross_target=${{ matrix.cross-target }}
Expand Down

0 comments on commit dd4763e

Please sign in to comment.