diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-17 15:55:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-17 15:55:13 (GMT) |
commit | 142e22ca1295109b5cc0ca9b440e325a0678aa58 (patch) | |
tree | fe3d27c12b58cece1ec149d2f8e0880087bf8eed /.github/workflows | |
parent | 7338142bb0c0b87490dc37b637eb69b11bb6c34c (diff) | |
parent | 6067ce5573215928878a619b512a6cf06ab4690e (diff) | |
download | tcl-142e22ca1295109b5cc0ca9b440e325a0678aa58.zip tcl-142e22ca1295109b5cc0ca9b440e325a0678aa58.tar.gz tcl-142e22ca1295109b5cc0ca9b440e325a0678aa58.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 3715555..a60428d 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -38,7 +38,7 @@ jobs: path: 1dist/*.tar macos: name: macOS - runs-on: macos-latest + runs-on: macos-11.0 defaults: run: shell: bash |