commit | 922b9dbc52fcbbb87e3a9c710d81a9a2d6c1d6d2 | [log] [tgz] |
---|---|---|
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | Tue May 09 15:34:29 2023 +0300 |
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | Tue May 09 15:34:29 2023 +0300 |
tree | 8a4277a7a3585028d1072b90ac17972500673572 | |
parent | 26b784f5da4b9e05742e72adc29b0e21e0d87455 [diff] |
GitHub workflow: update bazel mac image version
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 @@ runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-10.15] + os: [ubuntu-20.04, macos-11] steps: - uses: actions/checkout@v2