Skip to content

Commit

Permalink
Update runner to macos-12
Browse files Browse the repository at this point in the history
Upgrades to macos-12 for the ci-osx runner, as macos-11 is now
deprecated.

Issue: DynamoRIO/dynamorio#6864
  • Loading branch information
derekbruening committed Sep 4, 2024
1 parent af520bd commit fe3c10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-osx.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fe3c10f

Please sign in to comment.