Skip to content

Commit

Permalink
chore: bump macos version in github runner (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Dec 9, 2024
1 parent a0c5bf3 commit cf09632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
alby_arch: aarch64-unknown-linux-gnu,
os: ubuntu-20.04,
},
{ arch: darwin/universal, os: macos-12 },
{ arch: darwin/universal, os: macos-13 },
]
runs-on: ${{ matrix.build.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
[
{ platform: linux/amd64, os: ubuntu-20.04 },
{ platform: windows/amd64, os: windows-2019 },
{ platform: darwin/universal, os: macos-12 },
{ platform: darwin/universal, os: macos-13 },
]
runs-on: ${{ matrix.build.os }}
env:
Expand Down

0 comments on commit cf09632

Please sign in to comment.