diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:04:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:04:09 (GMT) |
commit | 186058e1ac63254477d365a6c55edbe83b854194 (patch) | |
tree | 2ca02d9fb43fcab5f1ec4465b84c016121fec489 /.github | |
parent | 34cd492784ff4ca03f21c60b1404574d939967cc (diff) | |
download | tk-186058e1ac63254477d365a6c55edbe83b854194.zip tk-186058e1ac63254477d365a6c55edbe83b854194.tar.gz tk-186058e1ac63254477d365a6c55edbe83b854194.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 7ff914f..f32e8ed 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -67,7 +67,7 @@ jobs: working-directory: ${{ env.INST_DIR }} macos: name: macOS - runs-on: macos-11.0 + runs-on: macos-11 defaults: run: shell: bash |