diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 09:56:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 09:56:44 (GMT) |
commit | cd326bf172c4c01999c686a6c728eb7a2e2b2eef (patch) | |
tree | 02d5499627ada65c01f2d5bdcea7b8c2c1cca200 | |
parent | e7ff6cacbcb54ddb99776ccdebc712ac946e583b (diff) | |
download | tcl-cd326bf172c4c01999c686a6c728eb7a2e2b2eef.zip tcl-cd326bf172c4c01999c686a6c728eb7a2e2b2eef.tar.gz tcl-cd326bf172c4c01999c686a6c728eb7a2e2b2eef.tar.bz2 |
macos-11.0 -> macos-11
-rw-r--r-- | .github/workflows/mac-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index c1144ab..1160a26 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -2,7 +2,7 @@ name: macOS on: [push] jobs: xcode: - runs-on: macos-11.0 + runs-on: macos-11 defaults: run: shell: bash @@ -22,7 +22,7 @@ jobs: ERROR_ON_FAILURES: 1 MAC_CI: 1 clang: - runs-on: macos-11.0 + runs-on: macos-11 strategy: matrix: cfgopt: |