AmyrAhmady / samp-node

a SA-MP plugin to run nodejs scripts
71 stars 8 forks source link

feat!: return retval with return value specifiers #32

Closed dockfries closed 3 months ago

dockfries commented 8 months ago

31

ADRFranklin commented 8 months ago

Why did you change the ubuntu image version for CI? The reason for specifying version 18, is due to the glibc version, so we can target older machines.

dockfries commented 8 months ago

I don't know why I was always in "waiting for a runner to pick up this job" when I used the old version of ubuntu.

see https://github.com/actions/runner-images/issues/6002

ADRFranklin commented 8 months ago

ah, I see. So they actually deprecated it now. Alright then, makes sense to update it.