Skip to content

Commit

Permalink
CI/CD: Use newer Mac OS runner
Browse files Browse the repository at this point in the history
* Support for the currently used runner was dropped
  • Loading branch information
bnjmnp committed Jul 14, 2024
1 parent 60cec31 commit 2e5a937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-22.04, windows-2022, macos-13]

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-22.04, windows-2022, macos-13]

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

0 comments on commit 2e5a937

Please sign in to comment.