diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:02:33 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:02:33 (GMT) |
commit | ab5a0b6454d7dcbf314a5cdc082c15a215d746e1 (patch) | |
tree | bb29f6b2e82f143a2af5775a9e466a0e2d15b0e3 /.github/workflows | |
parent | 60bb48a1c2a0656fe9a8c17faad9a7155eefc17c (diff) | |
parent | 9d13d5e64b0b91da24a22b1ac9e2d3bc403c433e (diff) | |
download | tcl-ab5a0b6454d7dcbf314a5cdc082c15a215d746e1.zip tcl-ab5a0b6454d7dcbf314a5cdc082c15a215d746e1.tar.gz tcl-ab5a0b6454d7dcbf314a5cdc082c15a215d746e1.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mac-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 |
2 files changed, 3 insertions, 3 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: 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 |