Skip to content

Commit

Permalink
Merge pull request SoftEtherVPN#2081 from chipitsine/master
Browse files Browse the repository at this point in the history
CI: modernize macos versions
  • Loading branch information
chipitsine authored Dec 14, 2024
2 parents e475d70 + 18cbd46 commit 0a1f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_test:
strategy:
matrix:
os: [macos-14, macos-13, macos-12]
os: [macos-15, macos-14, macos-13]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0a1f091

Please sign in to comment.