summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-26 08:30:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-26 08:30:59 (GMT)
commit6c0b2e84d70364c6ffcc6692a90ac2913e18965a (patch)
treeb7ac232b39dafd5cf9974d94df1ac581fdc7b987
parentf85fed85ac41c7a67be6ef3472f1ee8b5ecaf5ec (diff)
parentcf0a602c97b060f03a1ae8920f1ae7ed67ac6ff9 (diff)
downloadtcl-6c0b2e84d70364c6ffcc6692a90ac2913e18965a.zip
tcl-6c0b2e84d70364c6ffcc6692a90ac2913e18965a.tar.gz
tcl-6c0b2e84d70364c6ffcc6692a90ac2913e18965a.tar.bz2
Merge 8.7
-rw-r--r--.github/workflows/mac-build.yml10
-rw-r--r--.github/workflows/win-build.yml4
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 2c95399..0063b9d 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,8 +1,8 @@
name: macOS
on: [push]
jobs:
- with-Xcode:
- runs-on: macos-latest
+ xcode:
+ runs-on: macos-11.0
defaults:
run:
shell: bash
@@ -20,8 +20,8 @@ jobs:
env:
ERROR_ON_FAILURES: 1
MAC_CI: 1
- Unix-like:
- runs-on: macos-latest
+ clang:
+ runs-on: macos-11.0
strategy:
matrix:
symbols:
@@ -44,7 +44,7 @@ jobs:
working-directory: generic
- name: Configure (symbols=${{ matrix.symbols }} dtrace=${{ matrix.dtrace }})
# Note that macOS is always a 64 bit platform
- run: ./configure --enable-64bit ${CFGOPT} "--prefix=$HOME/install dir" || (cat config.log && exit 1)
+ run: ./configure --enable-64bit --enable-framework ${CFGOPT} "--prefix=$HOME/install dir" || (cat config.log && exit 1)
env:
CFGOPT: --enable-symbols=${{ matrix.symbols }} --enable-dtrace=${{ matrix.dtrace }}
- name: Build
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index a7906cd..e6961d6 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,7 +1,7 @@
name: Windows
on: [push]
jobs:
- MSVC:
+ msvc:
runs-on: windows-latest
defaults:
run:
@@ -34,7 +34,7 @@ jobs:
env:
ERROR_ON_FAILURES: 1
CI_BUILD_WITH_MSVC: 1
- MSYS-gcc:
+ gcc:
runs-on: windows-latest
defaults:
run: