Skip to content

Commit

Permalink
Merge pull request #2272 from seefood/ira/update_tests
Browse files Browse the repository at this point in the history
Check newer macos, the old versions are getting irrelevant
  • Loading branch information
seefood authored Nov 19, 2024
2 parents 50183db + b2ae312 commit a64cf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
bats-test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-11]
os: [ubuntu-20.04, ubuntu-22.04, macos-14, macos-15]

runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions test/plugins/battery.plugin.bats
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ function setup_upower {
function setup_ioreg {
percent="$1"

# shellcheck disable=SC2317
function ioreg {
printf "\"MaxCapacity\" = 100\n\"CurrentCapacity\" = %s" "${percent}"
}
Expand Down

0 comments on commit a64cf2f

Please sign in to comment.