Skip to content

Commit

Permalink
build: remove x64 from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Sep 2, 2024
1 parent f297672 commit 643cc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,14 @@ jobs:
build-macos:
name: Build macOS
runs-on: macos-13
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
configuration:
- debug
- release
arch:
- x64
- arm64
steps:
- name: Check out files
Expand Down

0 comments on commit 643cc98

Please sign in to comment.