Skip to content

Commit b246e08

Browse files
authored
CICD on macOS 12
1 parent b6f0354 commit b246e08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd-macos-11.yml .github/workflows/cd-macos.yml

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

33
on:
44
workflow_dispatch:
@@ -8,7 +8,7 @@ on:
88

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

.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)