Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (sonoma) (push) Failing after 2s Details

This commit is contained in:
martin 2024-07-28 06:51:48 +00:00
parent 31a0b2d2b1
commit c94024a800
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ on: [push]
jobs: jobs:
build_image: build_image:
runs-on: osx runs-on: osx
strategy:
matrix:
OSX_VERSION: [sonoma]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4