Skip to content

Commit

Permalink
GitHub Actions: removing macos-12 runner due to it is fully unsupport…
Browse files Browse the repository at this point in the history
…ed as of 2024-12.03

Reference: actions/runner-images#10721

Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Dec 3, 2024
1 parent a6f81b2 commit b182c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-android-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build-machine-os: [macos-14, macos-13, macos-12]
build-machine-os: [macos-14, macos-13]

runs-on: ${{ matrix.build-machine-os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-windows-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build-machine-os: [macos-14, macos-13, macos-12]
build-machine-os: [macos-14, macos-13]
target: [i686-w64-mingw32,x86_64-w64-mingw32]

runs-on: ${{ matrix.build-machine-os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [macos-15, macos-14, macos-13, macos-12]
os: [macos-15, macos-14, macos-13]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b182c8f

Please sign in to comment.