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 f299fc2 commit e882720
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 @@ -28,8 +28,8 @@ jobs:
- {os: ubuntu-latest, arch: arm64, mode: mini, shell: bash}
- {os: windows-latest, arch: amd64, mode: full, shell: "msys2 {0}"}
- {os: windows-latest, arch: amd64, mode: mini, shell: "msys2 {0}"}
- {os: macOS-12, arch: amd64, mode: full, shell: bash}
- {os: macOS-12, arch: amd64, mode: mini, shell: bash}
- {os: macOS-13, arch: amd64, mode: full, shell: bash}
- {os: macOS-13, arch: amd64, mode: mini, shell: bash}
- {os: macos-latest, arch: arm64, mode: full, shell: bash}
- {os: macos-latest, arch: arm64, mode: mini, shell: bash}
defaults:
Expand Down

0 comments on commit e882720

Please sign in to comment.