Can I Use ubuntu-latest?

This commit is contained in:
Annika Merris 2024-01-31 15:54:55 -05:00
parent c6d4e29112
commit 2e7e99462e

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
name: Build and push docker image name: Build and push docker image
runs-on: docker runs-on: ubuntu-latest
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v4 uses: actions/checkout@v4