Skip to content

Commit c809edb

Browse files
committed
ubuntu latest breaking any % (linux worflow fix)
the oddest thing tho isthat ubuntu-latest and ubuntu-24.04 are the same thing rn, last linux build was using 24.04 and was succesful, this time wasnt, not even if i put 24.04; prob github workflows updated some ubuntu components that cause this error ...
1 parent c2a7b5a commit c809edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
name: Linux Build
99
permissions: write-all
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Pulling the source
1313
uses: actions/checkout@v2

0 commit comments

Comments
 (0)