Skip to content

Commit

Permalink
MacOS 10.15 is no longer supported, but MacOS 13 runners are in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jun 2, 2023
1 parent 27a1fbf commit 6aff3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: ['macos-10.15', 'macos-11', 'macos-12']
runs-on: ['macos-13', 'macos-11', 'macos-12']
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6aff3b3

Please sign in to comment.