GitHub: workflows: Use macOS 11 and Xcode 13.2.1 (#2338)

* GitHub: workflows: Use macOS 11 and Xcode 13.2.1

* Update readme with macOS version
This commit is contained in:
Chen-I Lim 2022-02-14 18:52:38 -08:00 committed by GitHub
parent 263e660604
commit 64c4be7e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ jobs:
path: ${{ github.workspace }}/linux/dist/focalboard-linux.tar.gz
macos:
runs-on: macos-10.15
runs-on: macos-11
steps:
@ -101,7 +101,7 @@ jobs:
- name: Build macOS
run: make mac-app
env:
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
BUILD_NUMBER: ${{ github.run_id }}
- name: Upload macOS package

View File

@ -63,7 +63,7 @@ jobs:
path: ${{ github.workspace }}/linux/dist/focalboard-linux.tar.gz
macos:
runs-on: macos-10.15
runs-on: macos-11
steps:
@ -96,7 +96,7 @@ jobs:
- name: Build macOS
run: make mac-app
env:
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
BUILD_NUMBER: ${{ github.run_id }}
- name: Upload macOS package

View File

@ -72,7 +72,7 @@ You can build standalone apps that package the server to run locally against SQL
* Mac:
* `make mac-app`
* run `mac/dist/Focalboard.app`
* *Requires: macOS Catalina (10.15)+, Xcode 12+.*
* *Requires: macOS 11.3+, Xcode 13.2.1+*
* Linux:
* Install webgtk dependencies
* `sudo apt-get install libgtk-3-dev`