Skip to content

Commit

Permalink
Merge pull request #398 from jaypipes/ci-review-platforms
Browse files Browse the repository at this point in the history
gh action: update macos lane
  • Loading branch information
jaypipes authored Jan 28, 2025
2 parents c1bfc6e + 17c66b6 commit 38f7299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ jobs:
# NOTE(jaypipes): We currently only support block information on MacOS, and
# the tests have block skipped because we cannot get meaningful information
# about the block devices in the Github Actions Runner virtual machines. So
# this is really just a test of whether the library builds on MacOS 12.
macos-12:
runs-on: macos-12
# this is really just a test of whether the library builds on MacOS 13.
macos-13:
runs-on: macos-13
strategy:
matrix:
go: [ '1.18' ]
go: [ '1.21' ]
steps:
- name: harden runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down

0 comments on commit 38f7299

Please sign in to comment.