diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61f5782c..7e954a2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,19 +27,19 @@ jobs: fail-fast: false matrix: os: - - macos-12 + - macos-13 - ubuntu-20.04 emacs-version: - - '27.2' - '28.2' + - '29.4' target: - "" include: - os: windows-2019 emacs-version: '27.2' target: "" - - os: macos-12 - emacs-version: '27.2' + - os: macos-13 + emacs-version: '28.2' # Cross build target: aarch64-apple-darwin runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f054e381..cff4a99b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,14 +19,14 @@ jobs: matrix: include: # TODO: Get host platform from somewher instead of specifying it explicitly here. - - os: macos-12 + - os: macos-13 bundle_os: macos - emacs-version: '27.2' + emacs-version: '28.2' ext: dylib host: x86_64-apple-darwin - - os: macos-12 + - os: macos-13 bundle_os: macos - emacs-version: '27.2' + emacs-version: '28.2' ext: dylib target: aarch64-apple-darwin - os: ubuntu-20.04