Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-05-09 15:34:29 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-05-09 15:34:29 +0300
commit922b9dbc52fcbbb87e3a9c710d81a9a2d6c1d6d2 (patch)
tree8a4277a7a3585028d1072b90ac17972500673572
parent26b784f5da4b9e05742e72adc29b0e21e0d87455 (diff)
GitHub workflow: update bazel mac image version
-rw-r--r--.github/workflows/bazel.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index b11cea6..d151968 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-20.04, macos-10.15]
+ os: [ubuntu-20.04, macos-11]
steps:
- uses: actions/checkout@v2