Skip to content

Commit

Permalink
huitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Korne127 committed Aug 6, 2024
1 parent 180c61a commit 892b91c
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release Nightly

permissions:
contents: write

on:
# Run nightly
schedule:
Expand Down Expand Up @@ -68,9 +71,6 @@ jobs:
fail-fast: false
matrix:
include:
- build_name: linux-x86_64
os: ubuntu-22.04

# Mac does two Rust builds to make a universal binary
- build_name: macos-x86_64
os: macos-14
Expand All @@ -84,18 +84,6 @@ jobs:
MIN_MACOS_VERSION: 11.0
DESKTOP_FEATURES: sandbox,jpegxr

- build_name: windows-x86_32
os: windows-latest
target: i686-pc-windows-msvc
RUSTFLAGS: -Ctarget-feature=+crt-static
DESKTOP_FEATURES: jpegxr

- build_name: windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
RUSTFLAGS: -Ctarget-feature=+crt-static
DESKTOP_FEATURES: jpegxr

env:
PACKAGE_FILE: |-
${{ needs.create-nightly-release.outputs.package_prefix }}-${{ matrix.build_name }}.${{
Expand Down

0 comments on commit 892b91c

Please sign in to comment.