Skip to content

Commit

Permalink
upgrade ci and lolly
Browse files Browse the repository at this point in the history
  • Loading branch information
jingkaimori committed Jul 12, 2024
1 parent 2dd2ce2 commit 367c373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
macosbuild:
runs-on: macos-11
runs-on: macos-12
steps:
# Force xmake to a specific folder (for cache)
- name: Set xmake global dir
Expand Down
2 changes: 1 addition & 1 deletion xmake/packages/l/lolly/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package("lolly")

add_urls("https://github.com/XmacsLabs/lolly.git")
add_urls("https://gitee.com/XmacsLabs/lolly.git")
add_versions("1.4.26", "v1.4.26")
add_versions("1.4.25", "v1.4.25")

add_deps("tbox")
if not is_plat("wasm") then
Expand Down

0 comments on commit 367c373

Please sign in to comment.