Skip to content

Commit

Permalink
Merge pull request #25 from GMLC-TDC/update-runner-macos-13
Browse files Browse the repository at this point in the history
Update macOS CI runner to macos-13
  • Loading branch information
nightlark authored Oct 10, 2024
2 parents 2c2c1e4 + f34df1c commit a836f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019,macos-11,ubuntu-20.04]
os: [windows-2019,macos-13,ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down

0 comments on commit a836f59

Please sign in to comment.