Skip to content

Commit

Permalink
update package to main runner
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Oct 14, 2024
1 parent cfdb228 commit 1793d3f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,14 @@ jobs:
strategy:
matrix:
include:
# linux livekit disabled until i figure out the multiple symbol definitions issue (webrtc and v8 both use abseil)
- build_name: linux-x86_64
os: ubuntu-latest

- build_name: macos-m1m2
os: macos-14-xlarge

# some ffmpeg thing is failing
# - build_name: macos-x86_64
# os: macos-14-large

- build_name: windows-x86_64
os: bigwin
# target: x86_64-pc-windows-msvc
os: windows-latest

env:
PACKAGE_FILE: ${{ needs.create-release.outputs.package_prefix }}-${{ matrix.build_name }}.${{ startsWith(matrix.build_name, 'lin') && 'tar.gz' || 'zip' }}
Expand All @@ -72,7 +66,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
# - uses: Swatinem/rust-cache@v2
- name: add darwin target
if: runner.os == 'macos'
run: rustup target add aarch64-apple-darwin
Expand Down

0 comments on commit 1793d3f

Please sign in to comment.