diff options
| author | Ray <[email protected]> | 2023-09-19 18:52:40 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-19 18:52:40 +0200 |
| commit | c9020ece5da5dcb4760b32080fdeddbba96d885c (patch) | |
| tree | 9b3c421c55dca25c81f0fa69eb73c2c3951dee95 /.github/workflows | |
| parent | b3359276654c410033c8d194c0188d2257029f1d (diff) | |
| download | raylib-c9020ece5da5dcb4760b32080fdeddbba96d885c.tar.gz raylib-c9020ece5da5dcb4760b32080fdeddbba96d885c.zip | |
Update linux.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
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 |
