Skip to content

Commit

Permalink
Bump to macOS-13 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Apr 12, 2024
1 parent f92fa11 commit 2a3ac77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-run-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
jobs:
build:

runs-on: macOS-12 # used to be macos-latest
# look https://github.com/actions/runner-images/issues/6384
runs-on: macOS-13 # used to be macos-latest
# look https://github.com/actions/runner-images/issues/6384 for info
# why it was changed from macos-latest to macOS-12

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

0 comments on commit 2a3ac77

Please sign in to comment.