Fix workflow: runs-on ubuntu
Build and Deploy / build (push) Waiting to run Details

This commit is contained in:
Matt 2026-01-25 02:26:22 +01:00
parent 886a1bca90
commit c426d576fc
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
runs-on: linux runs-on: ubuntu
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
runs-on: linux runs-on: ubuntu
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4