ci: run on macOS-11 because there no more github runners for macOS 10

Jobs are no longer being picked up:
https://github.com/overhangio/tutor/actions/runs/5259868936/jobs/9515592636
This commit is contained in:
Régis Behmo 2023-06-14 09:41:44 +02:00
parent b8747996c9
commit 5c426257fb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- os: ubuntu-20.04
locale: C.UTF-8
# https://endoflife.date/macos
- os: macos-10.15
- os: macos-11
locale: en_US.UTF-8
env:
LC_ALL: ${{ matrix.locale }}