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 2959500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ['11', '13']
xcode: ['14', '15']

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

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,10 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode:
- '11'
- '12'
- '13'
xcode: ['14', '15']
build_type: [Debug, Release]

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

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

0 comments on commit 2959500

Please sign in to comment.