From fe3c10fcb54fcb8b1d0b628c6493dfb4a9806633 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Wed, 4 Sep 2024 15:54:43 -0400 Subject: [PATCH] Update runner to macos-12 Upgrades to macos-12 for the ci-osx runner, as macos-11 is now deprecated. Issue: DynamoRIO/dynamorio#6864 --- .github/workflows/ci-osx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-osx.yml b/.github/workflows/ci-osx.yml index 332fb8af..f0af0f91 100644 --- a/.github/workflows/ci-osx.yml +++ b/.github/workflows/ci-osx.yml @@ -1,5 +1,5 @@ # ********************************************************** -# Copyright (c) 2020-2022 Google, Inc. All rights reserved. +# Copyright (c) 2020-2024 Google, Inc. All rights reserved. # ********************************************************** # Dr. Memory: the memory debugger @@ -40,7 +40,7 @@ defaults: jobs: # 64-bit OSX build with clang and tests: osx-x86-64: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v2