Change runner to ubuntu-latest for build job

This commit is contained in:
hackerESQ
2026-03-24 19:13:34 -05:00
committed by GitHub
parent f24fd83ae1
commit a67717c2f8
+2 -1
View File
@@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3