Skip to content

Commit

Permalink
See if GitHub Actions has a newer Ubuntu with a new libSDL.
Browse files Browse the repository at this point in the history
(there's no SDL_zeroa in the one from Ubuntu 20.04.)
  • Loading branch information
icculus committed May 3, 2022
1 parent 9e252dc commit 3247a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
platform:
- { name: Linux, os: ubuntu-20.04, flags: -GNinja }
- { name: Linux, os: ubuntu-latest, flags: -GNinja }
#- { name: Windows, os: windows-latest }
#- { name: MacOS, os: macos-latest }
steps:
Expand Down

0 comments on commit 3247a6b

Please sign in to comment.