From c456dd267a60e688d315bb8fbbc593ea145b4d31 Mon Sep 17 00:00:00 2001 From: Danielku15 Date: Mon, 12 Aug 2024 00:25:05 +0200 Subject: [PATCH] test: change macos to arm64free runners are arm only) --- .github/workflows/~dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/~dotnet.yml b/.github/workflows/~dotnet.yml index d543e14..cbf150b 100644 --- a/.github/workflows/~dotnet.yml +++ b/.github/workflows/~dotnet.yml @@ -45,7 +45,7 @@ jobs: architecture: x64 framework: net8.0 - runs-on: macos-latest - architecture: x64 + architecture: arm64 framework: net8.0 - runs-on: windows-latest architecture: x64