Update build.yaml to use ubuntu-24.04

pull/249/head
James H Ball 2024-08-21 12:12:17 +01:00 zatwierdzone przez GitHub
rodzic 2ad9ad0fd0
commit 7e809f0516
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ on:
jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig