Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a20c6f

Browse files
committedJul 15, 2024·
wip
1 parent cb317d0 commit 4a20c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci-macos-11.yml ‎.github/workflows/ci-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build on macOS 11
1+
name: Build on macOS
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
macosbuild:
12-
runs-on: macos-11
12+
runs-on: macos-12
1313
steps:
1414
- uses: xmake-io/github-action-setup-xmake@v1
1515
with:

0 commit comments

Comments
 (0)
Please sign in to comment.