diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:01:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:01:11 (GMT) |
commit | 9d13d5e64b0b91da24a22b1ac9e2d3bc403c433e (patch) | |
tree | b4dc0c4372d20b017a5336f0c07c7f35e1097a3f /.github | |
parent | 1233589701e0339342d2e5cc39fc0838cbb149b3 (diff) | |
download | tcl-9d13d5e64b0b91da24a22b1ac9e2d3bc403c433e.zip tcl-9d13d5e64b0b91da24a22b1ac9e2d3bc403c433e.tar.gz tcl-9d13d5e64b0b91da24a22b1ac9e2d3bc403c433e.tar.bz2 |
One more macos-11.0 -> macos-11
Diffstat (limited to '.github')
-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 0cad3d2..f2f6c1e 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-11.0 + runs-on: macos-11 defaults: run: shell: bash |