summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/win-build.yml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 901105e..d43757e 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: core-8-6-branch
path: tcl
- name: Setup Environment (compiler=${{ matrix.compiler }})
run: |
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 2760be9..247414a 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: core-8-6-branch
path: tcl
- name: Prepare checked out repositories
run: |
@@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: core-8-6-branch
path: tcl
- name: Prepare checked out repositories
run: |
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 6c02a9e..518ffd5 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: core-8-6-branch
path: tcl
- name: Make Install Location
working-directory: .
@@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: tcltk/tcl
- ref: core-8-branch
+ ref: core-8-6-branch
path: tcl
- name: Install MSYS2, Make
run: choco install -y msys2 make