Skip to content

Commit

Permalink
Update GitHub actions MacOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Sep 12, 2024
1 parent 002b2a8 commit 0ffca23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
xcode: ['11', '13']

runs-on: macos-11
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- '13'
build_type: [Debug, Release]

runs-on: macos-11
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0ffca23

Please sign in to comment.