summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2023-09-19 18:52:40 +0200
committerRay <[email protected]>2023-09-19 18:52:40 +0200
commitc9020ece5da5dcb4760b32080fdeddbba96d885c (patch)
tree9b3c421c55dca25c81f0fa69eb73c2c3951dee95 /.github/workflows
parentb3359276654c410033c8d194c0188d2257029f1d (diff)
downloadraylib-c9020ece5da5dcb4760b32080fdeddbba96d885c.tar.gz
raylib-c9020ece5da5dcb4760b32080fdeddbba96d885c.zip
Update linux.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 3c1ef62b..d740250e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -22,7 +22,7 @@ jobs:
build:
permissions:
contents: write # for actions/upload-release-asset to upload release asset
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
max-parallel: 1