Upgrade to macos-13 for the intel runners

This commit is contained in:
Joe Rickerby
2024-02-04 11:14:18 +00:00
parent e62fa652c5
commit b4a353c0c6
5 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
steps:
- uses: actions/checkout@v4