Skip to content

Commit

Permalink
macos-14 as runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 8, 2024
1 parent 3478310 commit 0980e9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos_m1_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MacOS M1
'on':
"on":
workflow_dispatch:
inputs:
git-ref:
Expand All @@ -12,15 +12,15 @@ name: MacOS M1
branches: [macos_test]

jobs:

install_and_test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [m1]
#os: [m1]
os: [macos-14]
python-version: ["3.11.8"]
steps:
# This Checkout use git-ref keyword from dispatch
# This Checkout use git-ref keyword from dispatch
- name: Clone Repository (Master)
uses: actions/checkout@v4
if: github.event.inputs.git-ref == ''
Expand Down

0 comments on commit 0980e9e

Please sign in to comment.