diff options
author | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-10-03 21:14:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 21:14:59 +0200 |
commit | 46123742f581af6ae869cf5bdd690d217e393ddb (patch) | |
tree | c74b7e7053763e3a2699022d3331a39e51cfacf0 | |
parent | 340a36bf1f1f442c597fbb9b290d182d89c5d617 (diff) | |
download | openttd-46123742f581af6ae869cf5bdd690d217e393ddb.tar.xz |
Change: [Actions] Use macOS-11 image for releases (#9605)
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd6a8d8fa..7adc7c9a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -473,7 +473,7 @@ jobs: name: MacOS needs: source - runs-on: macos-10.15 + runs-on: macos-11 env: MACOSX_DEPLOYMENT_TARGET: 10.14 |