Skip to content

Commit

Permalink
Go back to macos-latest
Browse files Browse the repository at this point in the history
Now macos-latest is moved to Arm64, it's also based on macos-14.

See https://github.com/actions/runner-images?tab=readme-ov-file#available-images.
  • Loading branch information
Goooler authored Jul 18, 2024
1 parent d1e55dd commit 5aebbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12, macos-14, windows-2019]
os: [ubuntu-22.04, macos-12, macos-latest, windows-2019]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5aebbb8

Please sign in to comment.