Use ubuntu-latest

This commit is contained in:
Maschell 2023-04-01 08:32:43 +02:00
parent 5de472d509
commit de5fee66c8
2 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@ on: [pull_request]
jobs:
clang-format:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clang-format
run: |
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include
build-lib:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: clang-format
steps:
- uses: actions/checkout@v3

View File

@ -10,7 +10,7 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write