Skip to content

Commit

Permalink
Use macos-latest for CI builds
Browse files Browse the repository at this point in the history
Motivation:

macos-12 is no longer supported in GitHub Actions.
actions/runner-images#10721

Modifications:

- Use macos-latest instead.

Result:

Revive macOS CI
  • Loading branch information
ikhoon committed Dec 6, 2024
1 parent 4ba1531 commit 8527527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
on: [ ubicloud-standard-8, macos-12, windows-latest ]
on: [ ubicloud-standard-8, macos-latest, windows-latest ]
java: [ 21 ]
include:
- java: 8
Expand Down

0 comments on commit 8527527

Please sign in to comment.