Skip to content

Commit

Permalink
Merge pull request #77604 from CleverRaven/kevingranade-no-non-msvc
Browse files Browse the repository at this point in the history
kill non-mzvc windows release builds
  • Loading branch information
Maleclypse authored Nov 15, 2024
2 parents 09d648e + e5f6365 commit dca38e5
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,45 +56,29 @@ jobs:
matrix:
include:
- name: Windows Tiles x64 MSVC
artifact: windows-tiles-x64-msvc
artifact: windows-with-graphics-x64
arch: x64
os: windows-2019
mxe: none
ext: zip
content: application/zip
sound: 0
- name: Windows Tiles Sounds x64 MSVC
artifact: windows-tiles-sounds-x64-msvc
artifact: windows-with-graphics-and-sounds-x64
arch: x64
os: windows-2019
mxe: none
ext: zip
content: application/zip
sound: 1
- name: Windows Tiles x64
mxe: x86_64
libbacktrace: 1
artifact: windows-tiles-x64
os: ubuntu-latest
ext: zip
content: application/zip
sound: 0
- name: Windows Tiles Sounds x64
mxe: x86_64
libbacktrace: 1
artifact: windows-tiles-sounds-x64
os: ubuntu-latest
ext: zip
content: application/zip
sound: 1
- name: Linux Tiles x64
os: ubuntu-20.04
mxe: none
android: none
libbacktrace: 1
tiles: 1
sound: 0
artifact: linux-tiles-x64
artifact: linux-with-graphics-x64
ext: tar.gz
content: application/gzip
- name: Linux Tiles Sounds x64
Expand All @@ -104,7 +88,7 @@ jobs:
libbacktrace: 1
tiles: 1
sound: 1
artifact: linux-tiles-sounds-x64
artifact: linux-with-graphics-and-sounds-x64
ext: tar.gz
content: application/gzip
- name: Linux Curses x64
Expand All @@ -114,23 +98,23 @@ jobs:
libbacktrace: 1
tiles: 0
sound: 0
artifact: linux-curses-x64
artifact: linux-terminal-only-x64
ext: tar.gz
content: application/gzip
- name: macOS Curses Universal Binary (x64 and arm64)
os: macos-12
mxe: none
tiles: 0
sound: 0
artifact: osx-curses-universal
artifact: osx-terminal-only-universal
ext: dmg
content: application/x-apple-diskimage
- name: macOS Tiles Universal Binary (x64 and arm64)
os: macos-12
mxe: none
tiles: 1
sound: 0
artifact: osx-tiles-universal
artifact: osx-with-graphics-universal
ext: dmg
content: application/x-apple-diskimage
- name: Android x64
Expand Down

0 comments on commit dca38e5

Please sign in to comment.