Skip to content

Commit

Permalink
Exclude x64 architecture from GitHub Actions workflow
Browse files Browse the repository at this point in the history
The updated code excludes the x64 architecture from the GitHub Actions workflow. This modification will prevent the running of unnecessary tests in GitHub Actions, optimising the time and resources by focusing on relevant architecture only.
  • Loading branch information
ygdrasil-io committed Feb 1, 2024
1 parent ae800bb commit f05ee6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
architecture: [x64, arm]
exclude:
- os: macos-latest
- architecture: x64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f05ee6b

Please sign in to comment.