diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c42a75..22fbfc8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,7 +163,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - build: [stable, windows, macos, macos-13, beta, ubuntu-20.04, windows-2019, aarch64-ubuntu] + build: [stable, windows, macos, macos-14, beta, ubuntu-22.04, windows-2022, aarch64-ubuntu] include: - build: stable os: ubuntu-latest @@ -174,17 +174,17 @@ jobs: - build: macos os: macos-latest rust: stable - - build: macos-13 - os: macos-13 + - build: macos-14 + os: macos-14 rust: stable - build: beta os: ubuntu-latest rust: beta - - build: ubuntu-20.04 - os: ubuntu-20.04 + - build: ubuntu-22.04 + os: ubuntu-22.04 rust: stable - - build: windows-2019 - os: windows-2019 + - build: windows-2022 + os: windows-2022 rust: stable - build: aarch64-ubuntu os: ubuntu-latest @@ -206,7 +206,7 @@ jobs: run: | set -ex sudo apt-get update - sudo apt-get install -y ${{ matrix.gcc_package }} ninja-build + sudo apt-get install -y ${{ matrix.gcc_package }} ninja-build libglib2.0-dev # Download and build qemu from source since the most recent release is # way faster at arm emulation than the current version github actions'