Skip to content

Commit a3b095f

Browse files
committed
Use ubuntu latest for build
1 parent de77e73 commit a3b095f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
pull_request:
1414
jobs:
1515
build:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717
environment: build
1818

1919
strategy:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-latest
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
deploy:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-latest
2121
environment: release
2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)