Update testbuild.yaml (#3216)

* Ubuntu 20.04 runners are retired and removed as per: This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101
This commit is contained in:
abraunegg 2025-04-16 19:00:30 +10:00 committed by GitHub
commit 0d8a5728cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,7 @@ on:
jobs:
build:
#runs-on: ubuntu-latest
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub