Skip to content

Commit 8eb4d2e

Browse files
committed
chore: update GitHub Actions runner to Ubuntu 22.04
1 parent 4adbc57 commit 8eb4d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-artifact-linux.yml

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

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Check out Git repository
1111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)