diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a91f58988..dbd168dd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: # Latest stable version, update at will - os: [ macOS-12, ubuntu-20.04, windows-2019 ] + os: [ macOS-13, ubuntu-20.04, windows-2019 ] dc: # Always test latest as that is what we use to compile on release - dmd-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01e82056a..dedaa8c53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macOS-12, ubuntu-20.04, windows-2019 ] + os: [ macOS-13, ubuntu-20.04, windows-2019 ] arch: [ x86_64 ] include: - { os: windows-2019, arch: i686 }