Skip to content

Commit 27b4020

Browse files
committed
Use ubuntu-22.04 instead of the deprecated 20.04 runner
1 parent 4dc58ad commit 27b4020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

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

1111
jobs:
1212
linux:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
1616
matrix:

0 commit comments

Comments
 (0)