diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-30 14:45:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-30 14:45:46 (GMT) |
commit | 570e6997db0a989a0c23ed8a5f162c22211c0ee4 (patch) | |
tree | 24dc42713d939c78d932a95e65c388956ad25eff | |
parent | ad497e8cd5d6e480a6caefba2666e5641527df66 (diff) | |
download | tcl-570e6997db0a989a0c23ed8a5f162c22211c0ee4.zip tcl-570e6997db0a989a0c23ed8a5f162c22211c0ee4.tar.gz tcl-570e6997db0a989a0c23ed8a5f162c22211c0ee4.tar.bz2 |
macos-11 is no longer available on GITHUB, so switch to macos-12
-rw-r--r-- | .github/workflows/mac-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 30408d8..bd8e703 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-12 defaults: run: shell: bash @@ -34,7 +34,7 @@ jobs: MAC_CI: 1 timeout-minutes: 15 clang: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: config: |