Skip to content

Commit

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

macos-12 is no longer supported in GitHub Actions. 

- https://github.com/line/armeria/actions/runs/12177357989?pr=5941
- actions/runner-images#10721

Modifications:

- Use macos-latest instead.

Result:

Revive macOS CI
  • Loading branch information
ikhoon authored Dec 6, 2024
1 parent e649318 commit fa76e99
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 fa76e99

Please sign in to comment.