diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-30 15:12:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-30 15:12:08 (GMT) |
commit | 247c0ea91f30dcb6e0897e0598ddbaff82525184 (patch) | |
tree | e54129b1620558bd180087883e90aed2beff2e54 | |
parent | 30226e3d9d3e67e0f4544d6bf395a516b3fb3e9d (diff) | |
parent | 0701f0c62829b1f7ed55046912f630acc1a8c436 (diff) | |
download | tk-247c0ea91f30dcb6e0897e0598ddbaff82525184.zip tk-247c0ea91f30dcb6e0897e0598ddbaff82525184.tar.gz tk-247c0ea91f30dcb6e0897e0598ddbaff82525184.tar.bz2 |
macos-11 is no longer available on GITHUB, so switch to macos-12/macos-14
-rw-r--r-- | .github/workflows/mac-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 2462a17..2e14ab6 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -13,7 +13,7 @@ env: ERROR_ON_FAILURES: 1 jobs: xcode: - runs-on: macos-11 + runs-on: macos-14 defaults: run: shell: bash @@ -57,7 +57,7 @@ jobs: fi timeout-minutes: 30 clang: - runs-on: macos-11 + runs-on: macos-14 strategy: matrix: symbols: diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 2c707a4..0fbbdfd 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -76,7 +76,7 @@ jobs: working-directory: ${{ env.INST_DIR }} macos: name: macOS - runs-on: macos-11 + runs-on: macos-12 defaults: run: shell: bash |