Skip to content

Commit 9d50fd7

Browse files
committed
1 parent 892e6be commit 9d50fd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dep_build_v2.yml

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

1111
jobs:
1212
build:
13-
runs-on: 'ubuntu-22.04'
13+
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:

.github/workflows/dep_build_v3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
build:
11-
runs-on: 'ubuntu-22.04'
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
build:
23-
runs-on: 'ubuntu-22.04'
23+
runs-on: ubuntu-latest
2424
strategy:
2525
fail-fast: false
2626
max-parallel: 5

0 commit comments

Comments
 (0)