Skip to content

Commit

Permalink
switch from macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Oct 9, 2024
1 parent d6364a2 commit 74d09ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
include:
- {name: "Linux (amd64)", os: ubuntu-latest, shell: bash}
- {name: "macOS (amd64)", os: macos-12, shell: bash}
- {name: "macOS (amd64)", os: macos-13, shell: bash}
- {name: "macOS (arm64)", os: macos-latest, shell: bash}
- {name: "Windows (amd64)", os: windows-latest, shell: "msys2 {0}"}

Expand Down

0 comments on commit 74d09ee

Please sign in to comment.