Github ios CI: Run on macos-10.14

This is what my laptop has, and hopefully it won't get stuck on this.
Also removing gnupg as it is isn't required as gpg is installed on this
image.
This commit is contained in:
Vishesh Handa
2020-11-14 22:45:46 +01:00
parent 1a36bd3fdd
commit 302f205fed

View File

@ -7,12 +7,12 @@ on:
jobs:
build:
runs-on: macos-latest
runs-on: macos-10.14
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- name: Install gpg
run: brew install gnupg git-crypt md5sha1sum
run: brew install git-crypt md5sha1sum
- name: Unlock Secrets
env:
GITCRYPT_KEY: ${{ secrets.GITCRYPT_KEY }}