Skip to content

Commit

Permalink
Bump mac-os version for linting
Browse files Browse the repository at this point in the history
mac-os 12 was deprecated by github runners. Bumping to 13.

Signed-off-by: DGonzalezVillal <[email protected]>
  • Loading branch information
DGonzalezVillal authored and tylerfanelli committed Nov 25, 2024
1 parent 19a96f2 commit af1caf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
runner:
- ubuntu-latest
- macos-12
- macos-13
toolchain:
- 1.80.0
- stable
Expand All @@ -41,7 +41,7 @@ jobs:
matrix:
runner:
- ubuntu-latest
- macos-12
- macos-13
- windows-latest
toolchain:
- 1.80.0
Expand Down

0 comments on commit af1caf1

Please sign in to comment.