We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f0354 commit b246e08Copy full SHA for b246e08
.github/workflows/cd-macos-11.yml .github/workflows/cd-macos.yml
@@ -1,4 +1,4 @@
1
-name: Package on macOS 11
+name: Package on macOS
2
3
on:
4
workflow_dispatch:
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
macosbuild:
11
- runs-on: macos-11
+ runs-on: macos-12
12
steps:
13
- uses: xmake-io/github-action-setup-xmake@v1
14
with:
.github/workflows/ci-macos-11.yml .github/workflows/ci-macos.yml
-name: Build on macOS 11
+name: Build on macOS
push:
@@ -9,7 +9,7 @@ on:
15
0 commit comments