aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonathan Hui <jonhui@google.com>2022-07-21 13:08:58 -0700
committerGitHub <noreply@github.com>2022-07-21 13:08:58 -0700
commit9a03c5c6c82eed40a5d4476a9e269c9d03381b6f (patch)
treeb8d900880a133cad7aff92c379df663ffc74a954 /.github
parentbeddbae588cd3a170f2784b3f3f90edb3d1731bb (diff)
downloadot-br-posix-9a03c5c6c82eed40a5d4476a9e269c9d03381b6f.tar.gz
[github-actions] update to macos-12 (#1471)
macos-10.15 is deprecated.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macOS.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml
index 4dfa1c1d..32d2a1e3 100644
--- a/.github/workflows/macOS.yml
+++ b/.github/workflows/macOS.yml
@@ -47,7 +47,7 @@ jobs:
if: "github.ref != 'refs/heads/main'"
build-check:
- runs-on: macos-10.15
+ runs-on: macos-12
steps:
- uses: actions/checkout@v2
with: