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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue