Skip to content

Commit 7322b9c

Browse files
committedApr 1, 2023
Use ubuntu-latest
1 parent 811ef98 commit 7322b9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: [pull_request]
44

55
jobs:
66
clang-format:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- name: clang-format
1111
run: |
1212
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include
1313
build-lib:
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-latest
1515
needs: clang-format
1616
steps:
1717
- uses: actions/checkout@v3

‎.github/workflows/push_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build-and-push-image:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
contents: read
1616
packages: write

0 commit comments

Comments
 (0)