Skip to content

Commit

Permalink
ci: run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Oct 27, 2023
1 parent 9dd6a9e commit 040d511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: build

on:
'on':
push:
branches-ignore:
# branch name globs actually MUST be put in single (not: double) quotes
Expand All @@ -12,7 +12,7 @@ on:
jobs:

xmllint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -28,7 +28,7 @@ jobs:


build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: xmllint

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:

docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand Down

0 comments on commit 040d511

Please sign in to comment.