Skip to content

Commit

Permalink
fix(ci): xcode 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Nov 16, 2024
1 parent d8ba491 commit 24f4276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- '*'
- "*"

jobs:
macos-sdk:
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
git clone https://github.com/tpoechtrager/osxcross osxcross
pushd osxcross
XCODEDIR=/Applications/Xcode_12.4.app tools/gen_sdk_package.sh
XCODEDIR=/Applications/Xcode_16.0.app tools/gen_sdk_package.sh
mv MacOSX*.sdk.tar.xz tarballs/
popd
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 24f4276

Please sign in to comment.