Skip to content

Commit a8149b3

Browse files
committed
Updated GitHub Actions runner.
Ubuntu 20.04 is deprecated.
1 parent 9f9bb99 commit a8149b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04, windows-2019, macOS-13, ubuntu-22.04-arm]
10+
os: [ubuntu-22.04, windows-2019, macOS-13, ubuntu-22.04-arm]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)