From c2f6435802dfaea43fa589fa72804e344c08cd6e Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 17 Aug 2023 16:03:54 +0200 Subject: [PATCH] ci: Add comment about switching macOS to M1 on GHA later --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a89243e4ba2..b661660a13ecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: macos-native: name: "x86_64: macOS Ventura" # See: https://github.com/actions/runner-images#available-images. - runs-on: macos-13 + runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528 env: ASM: 'no'