Skip to content

Commit 37dae48

Browse files
committed
fix: do not use deprecated ubuntu-18.04 runner
1 parent 63dac5e commit 37dae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
config:
23-
- os: ubuntu-18.04
23+
- os: ubuntu-latest
2424
ExecutableSuffix: ''
2525
Exports: ''
2626
- os: macos-latest

0 commit comments

Comments
 (0)