Skip to content

Commit

Permalink
Replace macOS 11 with 13 in GHA, Add Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Feb 12, 2024
1 parent 428ae3d commit 6584131
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- windows-2019
- ubuntu-22.04
- ubuntu-20.04
- macos-13
- macos-12
- macos-11

runs-on: ${{ matrix.runner }}

Expand Down

0 comments on commit 6584131

Please sign in to comment.