Skip to content

Commit 46dbf9c

Browse files
committed
Revert "update ubuntu version"
This reverts commit 0832afd.
1 parent 0832afd commit 46dbf9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
cancel_previous:
1313
permissions: write-all
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: styfle/[email protected]
1717
with:
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121

2222
needs: cancel_previous
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-latest
2424

2525
steps:
2626
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
permissions: write-all
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
environment: deployment
1313
steps:
1414
- uses: actions/checkout@v2

.github/workflows/snapshot.yml

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

77
jobs:
88
snapshot:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
environment: deployment
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)