Skip to content

Commit

Permalink
ci(github-actions): Use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Dec 12, 2024
1 parent 3f820be commit 4c0fbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-12]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down

0 comments on commit 4c0fbd2

Please sign in to comment.