mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-13 14:40:54 +08:00
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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user