summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:20:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 20:20:58 (GMT)
commit9b691e6dabb0ac1cb199c7a87269405f0ef8f546 (patch)
treea29e74dd7229198d6e5b31ee2813697df178dd06 /.github
parent3354d237c04d40a2472d1f32d510f253935d461a (diff)
parentbb5b2d66a7a1851f35c1fd18de186ebeafd18738 (diff)
downloadtk-9b691e6dabb0ac1cb199c7a87269405f0ef8f546.zip
tk-9b691e6dabb0ac1cb199c7a87269405f0ef8f546.tar.gz
tk-9b691e6dabb0ac1cb199c7a87269405f0ef8f546.tar.bz2
Merge 8.6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/onefiledist.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 6a80448..78ef1d6 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -101,7 +101,7 @@ jobs:
echo "INST_DIR=$(cd install;pwd)" >> $GITHUB_ENV
echo "VER_PATH=$(cd tcl/tools; pwd)/addVerToFile.tcl" >> $GITHUB_ENV
echo "CREATE_DMG=$(cd create-dmg;pwd)/create-dmg" >> $GITHUB_ENV
- echo "CFLAGS=-arch x86_64 -arch arm64e" >> $GITHUB_ENV
+ echo "CFLAGS=-arch x86_64 -arch arm64" >> $GITHUB_ENV
working-directory: "."
- name: Configure Tcl
run: |