mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Revert "CI: We care only about macOS ARM64."
This reverts commit 9c21f0ce00.
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -178,8 +178,8 @@ jobs:
|
|||||||
{ config: debug, binsuffix: Debug },
|
{ config: debug, binsuffix: Debug },
|
||||||
{ config: release, binsuffix: Release },
|
{ config: release, binsuffix: Release },
|
||||||
]
|
]
|
||||||
name: osx-arm64-${{ matrix.config }}
|
name: osx-x64-${{ matrix.config }}
|
||||||
runs-on: macos-13-arm64
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bgfx
|
- name: Checkout bgfx
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -198,14 +198,14 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd bgfx
|
cd bgfx
|
||||||
make -j$(sysctl -n hw.physicalcpu) osx-arm64-${{ matrix.config }}
|
make -j$(sysctl -n hw.physicalcpu) osx-x64-${{ matrix.config }}
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
cd bgfx
|
cd bgfx
|
||||||
ls -lash ".build/osx-arm64/bin"
|
ls -lash ".build/osx-x64/bin"
|
||||||
".build/osx-arm64/bin/geometryc${{ matrix.binsuffix}}" --version
|
".build/osx-x64/bin/geometryc${{ matrix.binsuffix}}" --version
|
||||||
".build/osx-arm64/bin/shaderc${{ matrix.binsuffix}}" --version
|
".build/osx-x64/bin/shaderc${{ matrix.binsuffix}}" --version
|
||||||
".build/osx-arm64/bin/texturec${{ matrix.binsuffix}}" --version
|
".build/osx-x64/bin/texturec${{ matrix.binsuffix}}" --version
|
||||||
android:
|
android:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|||||||
Reference in New Issue
Block a user