build: remove x64 from macOS

This commit is contained in:
6arelyFuture 2024-09-02 08:44:59 +02:00
parent b1dfb9c0ef
commit 3b004e793c
Signed by: Future
GPG Key ID: FA77F074E98D98A5

View File

@ -121,7 +121,7 @@ jobs:
build-mac: build-mac:
name: Build macOS name: Build macOS
runs-on: macos-13 runs-on: macos-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -129,7 +129,6 @@ jobs:
- debug - debug
- release - release
arch: arch:
- x64
- arm64 - arm64
steps: steps:
- name: Check out files - name: Check out files