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:
name: Build macOS
runs-on: macos-13
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
@ -129,7 +129,6 @@ jobs:
- debug
- release
arch:
- x64
- arm64
steps:
- name: Check out files