Skip to content

Commit 0d8e98f

Browse files
committed
update to ubuntu-latest
1 parent 58ed5f7 commit 0d8e98f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, legacy ]
16+
branches: [master, legacy]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [master]
2020
schedule:
21-
- cron: '45 2 * * 5'
21+
- cron: "45 2 * * 5"
2222

2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/dist.yml

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

1010
jobs:
1111
dist:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:
@@ -48,7 +48,7 @@ jobs:
4848

4949
build:
5050
needs: test
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v3
5454
with:

0 commit comments

Comments
 (0)