Skip to content

Commit

Permalink
build(ci): remove exclude and add MacOS-intel 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 2d77c15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build_target: [linux, macos, macos-13, windows]
build_target: [linux, macos, macos-intel, windows]
update_feature: [self-update, no-self-update]
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
- build_target: macos
os: macos-latest
- build_target: macos-13
- build_target: macos-intel
os: macos-13
- build_target: windows
os: windows-latest
Expand Down

0 comments on commit 2d77c15

Please sign in to comment.