summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLoïc Guilloux <glx22@users.noreply.github.com>2021-10-03 21:14:59 +0200
committerGitHub <noreply@github.com>2021-10-03 21:14:59 +0200
commit46123742f581af6ae869cf5bdd690d217e393ddb (patch)
treec74b7e7053763e3a2699022d3331a39e51cfacf0 /.github
parent340a36bf1f1f442c597fbb9b290d182d89c5d617 (diff)
downloadopenttd-46123742f581af6ae869cf5bdd690d217e393ddb.tar.xz
Change: [Actions] Use macOS-11 image for releases (#9605)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
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