From 273c9979010494b2beec68d11bc6e00d6be79f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Fri, 19 May 2023 19:03:07 +0200 Subject: [PATCH] ci: Use macos-latest to run build workflow (#1617) --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b6b1f6d03..1961106291 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,13 +51,11 @@ jobs: include: - arch: x86_64 target: x86_64-apple-darwin - macos-version: "10.15" - arch: arm64 target: aarch64-apple-darwin - macos-version: "11.0" name: macOS ${{ matrix.arch }} - runs-on: macos-${{ matrix.macos-version }} + runs-on: macos-latest steps: - uses: actions/checkout@v2