Skip to content

Commit

Permalink
Update macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Jan 12, 2025
1 parent 9de4a2b commit 740bd8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Swift-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
xcode: ['14.2', '15.2']
os: [macos-13, macos-14]
xcode: ['15.2', '16.2']
exclude:
- os: macos-12
xcode: '15.2'
- os: macos-13
xcode: '16.2'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Xcode-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
xcode: ['14.2', '15.2']
os: [macos-13, macos-14]
xcode: ['15.2', '16.2']
exclude:
- os: macos-12
xcode: '15.2'
- os: macos-13
xcode: '16.2'
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
steps:
Expand Down

0 comments on commit 740bd8a

Please # to comment.