Skip to content

Commit

Permalink
build(ci): remove exclude and add MacOS-13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousWP committed Jan 13, 2025
1 parent ad4598e commit c92ee85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
exclude:
- build_target: windows
update_feature: no-self-update
- build_target: macos-13
os: macos-latest # Avoid duplicate runs on macos-latest
include:
- build_target: linux
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest, macOS-13]
lint: [check, test, clippy, fmt]
exclude: # https://github.com/community/community/discussions/7835
- os: windows-latest
Expand Down

0 comments on commit c92ee85

Please sign in to comment.