Skip to content

Commit

Permalink
CICD on macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Jul 15, 2024
1 parent b6f0354 commit b246e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package on macOS 11
name: Package on macOS

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
macosbuild:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on macOS 11
name: Build on macOS

on:
push:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
macosbuild:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
Expand Down

0 comments on commit b246e08

Please sign in to comment.