Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (sonoma) (push) Failing after 2s
Details
Gitea Actions Demo / build_image (sonoma) (push) Failing after 2s
Details
This commit is contained in:
parent
31a0b2d2b1
commit
c94024a800
|
|
@ -5,6 +5,9 @@ on: [push]
|
|||
jobs:
|
||||
build_image:
|
||||
runs-on: osx
|
||||
strategy:
|
||||
matrix:
|
||||
OSX_VERSION: [sonoma]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue