Skip to content

Commit

Permalink
Update GitHub Actions to run on MacBook and Ubuntu
Browse files Browse the repository at this point in the history
The GitHub Actions workflow has been updated to run on both MacBook Air 15 M2 24GB and Ubuntu as opposed to just Ubuntu. This will likely improve testing across different operating systems and catch potential OS-specific bugs earlier.
  • Loading branch information
SmartGecko44 committed Dec 3, 2023
1 parent f538f01 commit ebd2f5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on:
- MacBook Air 15 M2 24GB
- ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ebd2f5e

Please sign in to comment.