Skip to content

Commit

Permalink
chore: bump to macos-13 (#5617)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jan 21, 2025
1 parent d3c7b64 commit 9da3613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: macos-12
runs-on: macos-13

steps:
- name: Select XCode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.2.1'
xcode-version: '14.1.0'

- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 9da3613

Please sign in to comment.