summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-30 14:53:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-30 14:53:34 (GMT)
commit076bec1db9709b48ef13b47d84e814a3a390c848 (patch)
tree08dc5f096252897505422af8f9e89209e8e54484
parentb23881f5d5d41f4d4cc97fd6cd33b2df1d53f125 (diff)
parent570e6997db0a989a0c23ed8a5f162c22211c0ee4 (diff)
downloadtcl-076bec1db9709b48ef13b47d84e814a3a390c848.zip
tcl-076bec1db9709b48ef13b47d84e814a3a390c848.tar.gz
tcl-076bec1db9709b48ef13b47d84e814a3a390c848.tar.bz2
macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/onefiledist.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 0ac275e..07d4476 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -11,7 +11,7 @@ permissions:
contents: read
jobs:
xcode:
- runs-on: macos-11
+ runs-on: macos-14
defaults:
run:
shell: bash
@@ -36,7 +36,7 @@ jobs:
MAC_CI: 1
timeout-minutes: 15
clang:
- runs-on: macos-11
+ runs-on: macos-14
strategy:
matrix:
config:
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 976b42b..9ee6e53 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -47,7 +47,7 @@ jobs:
path: 1dist/*.tar
macos:
name: macOS
- runs-on: macos-11
+ runs-on: macos-12
defaults:
run:
shell: bash