Skip to content

Commit

Permalink
build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aszabo314 committed Sep 23, 2024
1 parent 32e2203 commit 951586e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
mac_x64:
name: MacOS (x64)
runs-on: macos-11
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
path: libs/Native/MiniCV/mac/AMD64/
mac_arm64:
name: MacOS (arm64)
runs-on: macos-11
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 951586e

Please sign in to comment.