apple CI: can use default macos builder, no need to set tags

This commit is contained in:
Eric Warmenhoven 2024-10-15 21:50:59 -04:00
parent 5f524dd5fc
commit 5652b9b1f8

View File

@ -127,8 +127,6 @@ libretro-build-linux-i686:
# MacOS 64-bit
libretro-build-osx-x64:
tags:
- macosx-packaging
extends:
- .libretro-osx-x64-make-default
- .core-defs
@ -142,8 +140,6 @@ libretro-build-osx-x64:
# MacOS ARM 64-bit
libretro-build-osx-arm64:
tags:
- macosx-packaging
extends:
- .libretro-osx-arm64-make-default
- .core-defs
@ -176,24 +172,18 @@ android-x86_64:
# iOS
libretro-build-ios-arm64:
tags:
- macosx-packaging
extends:
- .libretro-ios-arm64-make-default
- .core-defs
# iOS (armv7) [iOS 9 and up]
libretro-build-ios9:
tags:
- macosx-packaging
extends:
- .libretro-ios9-make-default
- .core-defs-ptr64-null
# tvOS
libretro-build-tvos-arm64:
tags:
- macosx-packaging
extends:
- .libretro-tvos-arm64-make-default
- .core-defs