Skip to content

Commit

Permalink
Bump Linux GH runner. They are removing 20.xx
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 26, 2025
1 parent eb78db7 commit d157af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- os: windows-latest
- os: macos-latest # arm64 macOS
- os: macos-13 # x86_64 macOS
- os: ubuntu-20.04 # x86_64 linux, oldest GH runner, for older libc, for maximal compatibility
- os: ubuntu-22.04 # x86_64 linux, oldest available GH runner. Older libc for maximal compatibility
- os: ubuntu-22.04-arm # arm linux build

steps:
Expand Down

0 comments on commit d157af3

Please sign in to comment.