Skip to content

Commit f914ab3

Browse files
committed
revert to ubuntu latest
1 parent b0b1b15 commit f914ab3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
tests:
77
name: Forge Testing
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
@@ -19,7 +19,7 @@ jobs:
1919
run: forge test
2020

2121
snapshot:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v3
2525
with:
@@ -35,7 +35,7 @@ jobs:
3535
run: forge snapshot --check
3636

3737
slither:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v3
4141
with:
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: true
6060
name: Run Unix Scripts
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@v3
6464
with:

0 commit comments

Comments
 (0)