diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 09:57:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 09:57:58 (GMT) |
commit | 1233589701e0339342d2e5cc39fc0838cbb149b3 (patch) | |
tree | 32bd7bee978e15d7e5932ea8ad9d8a2c74609f63 /.github/workflows | |
parent | 6ef2d21d52bc57def14a5622bebe567983a2f515 (diff) | |
parent | cd326bf172c4c01999c686a6c728eb7a2e2b2eef (diff) | |
download | tcl-1233589701e0339342d2e5cc39fc0838cbb149b3.zip tcl-1233589701e0339342d2e5cc39fc0838cbb149b3.tar.gz tcl-1233589701e0339342d2e5cc39fc0838cbb149b3.tar.bz2 |
Merge 8.6
Diffstat (limited to '.github/workflows')
-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 bf3c420..a57a6cf 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 @@ -24,7 +24,7 @@ jobs: ERROR_ON_FAILURES: 1 MAC_CI: 1 clang: - runs-on: macos-11.0 + runs-on: macos-11 strategy: matrix: cfgopt: |