From 945be7752fa73678afff662a4d3edc0274f6ba22 Mon Sep 17 00:00:00 2001 From: bhack Date: Sat, 11 May 2024 13:09:03 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fab0546baf..7baf2202e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,11 @@ jobs: py-version: ['3.9', '3.10', '3.11', '3.12'] tf-version: ['2.14.1', '2.15.1', '2.16.1'] cpu: ['x86'] + include: + - os: 'macos-12' + cpu: 'arm64' + py-version: 3.12 + tf-version: '2.16.1' exclude: - py-version: '3.12' tf-version: '2.14.1' @@ -102,6 +107,11 @@ jobs: py-version: ['3.9', '3.10', '3.11', '3.12'] tf-version: ['2.16.1'] cpu: ['x86'] + include: + - os: 'macos-12' + cpu: 'arm64' + py-version: 3.12 + tf-version: '2.16.1' exclude: - py-version: '3.12' tf-version: '2.14.1'