Skip to content

Commit

Permalink
CI: upgrade to macOS 14 (AArch64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 11, 2024
1 parent 3f609d1 commit a49f64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rd-kt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, windows-2019]
os: [macos-14, windows-2019]
fail-fast: false
env:
GRADLE_USER_HOME: ${{ github.workspace }}/.github/gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rd-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-12, ubuntu-22.04, windows-2022 ]
os: [ macos-14, ubuntu-22.04, windows-2022 ]
fail-fast: false
timeout-minutes: 15
steps:
Expand Down

0 comments on commit a49f64a

Please sign in to comment.