Skip to content

Commit

Permalink
fix: building on more recent macos version
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Oct 23, 2024
1 parent 8a81816 commit 8cf5da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- os: ubuntu-latest
os-type: linux
- os: macos-13
- os: macos-latest
os-type: macos
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:

jobs:
release:
runs-on: macos-13
runs-on: macos-latest
steps:
- name: "Checkout the repo"
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: "Install autoconf, automake, libtool, rustup"
run: |
brew install autoconf automake libtool rustup
brew install autoconf automake libtool rustup@1.27.0
- name: "Install Mac ToolChain"
run: |
Expand Down

0 comments on commit 8cf5da6

Please sign in to comment.