Skip to content

Commit

Permalink
CI: Use macos-latest, remove submodule init, update cache to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Mar 30, 2022
1 parent 0cf5d87 commit d8791ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build on macOS
runs-on: macos-11.0
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

- name: Toolchain Cache
id: mac-toolchain
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /usr/local
key: mac-toolchain
Expand All @@ -23,7 +23,6 @@ jobs:
- name: Build HandBrake
run: |
git submodule update --init --recursive
./configure
cd build
make ub && make pkg.create
Expand Down

0 comments on commit d8791ed

Please sign in to comment.