Skip to content

Commit 74a64a8

Browse files
committed
Update 'runs-on' to known value
1 parent 157f6a4 commit 74a64a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-and-upload-binaries:
88
permissions: write-all
99

10-
runs-on: x86_64-unknown-linux
10+
runs-on: ubuntu-latest
1111

1212
env:
1313
PROFILE: dev
@@ -39,7 +39,7 @@ jobs:
3939
build-and-upload-languages:
4040
permissions: write-all
4141

42-
runs-on: x86_64-unknown-linux
42+
runs-on: ubuntu-latest
4343

4444
strategy:
4545
fail-fast: false

0 commit comments

Comments
 (0)