Skip to content

Commit

Permalink
Bump CI to macOS 13+
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 13, 2024
1 parent 12306ec commit 5e9fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-20.04', 'macos-12']
os: ['ubuntu-20.04', 'macos-13']
swift: ['5.7']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5e9fb53

Please sign in to comment.