Skip to content

Commit

Permalink
Update “Run Tests on macOS” GitHub action to run on macos-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumoboy007 committed Jun 24, 2024
1 parent fe31018 commit 0641abe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on: [push]
jobs:
test-macos:
name: Run Tests on macOS
# TODO: Use `macos-latest` after the macOS 13 image graduates to GA.
# https://github.com/actions/runner-images/issues/7508#issuecomment-1718206371
runs-on: macos-13
runs-on: macos-latest

steps:
- name: Install msgpack-c
Expand Down

0 comments on commit 0641abe

Please sign in to comment.