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 ebd2f5e commit 02e0a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on:
- MacBook Air 15 M2 24GB
- self-hosted
- ubuntu-latest

steps:
Expand Down

0 comments on commit 02e0a32

Please sign in to comment.