From a9a3f6eb4c4ef2bfc1d20945b2297e34bd23e343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=E1=BA=A5n-Anh=20Nguy=E1=BB=85n?= Date: Thu, 12 Sep 2024 21:13:00 +0700 Subject: [PATCH 1/2] ci(azure-pipelines): Upgrade Rust to 1.63 ``` error: package `cc v1.0.99` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.56.0 ``` --- .azure-pipelines/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/main.yml b/.azure-pipelines/main.yml index 33a866c..7d5bff1 100644 --- a/.azure-pipelines/main.yml +++ b/.azure-pipelines/main.yml @@ -111,7 +111,7 @@ pool: steps: - template: steps/setup-rust.yml parameters: - version: '1.56.0' + version: '1.63.0' - template: steps/-build.yml - template: steps/setup-emacs.yml - template: steps/-test.yml From d05391985dc50f622c9396cd51fd98937439d9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=E1=BA=A5n-Anh=20Nguy=E1=BB=85n?= Date: Thu, 19 Sep 2024 08:29:05 +0700 Subject: [PATCH 2/2] ci: Stop using removed Azure Pipelines and GitHub runners --- .azure-pipelines/main.yml | 7 ------- .github/workflows/main.yml | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.azure-pipelines/main.yml b/.azure-pipelines/main.yml index 7d5bff1..748d390 100644 --- a/.azure-pipelines/main.yml +++ b/.azure-pipelines/main.yml @@ -42,13 +42,6 @@ strategy: # - https://knight.sc/reverse%20engineering/2019/02/20/syspolicyd-internals.html # - https://www.naut.ca/blog/2020/11/13/forbidden-commands-to-liberate-macos/ - macOS-11-emacs-27.2: - IMAGE_NAME: 'macOS-11' - EVM_EMACS: emacs-27.2 - macOS-11-emacs-28.1: - IMAGE_NAME: 'macOS-11' - EVM_EMACS: emacs-28.1 - macOS-12-emacs-27.2: IMAGE_NAME: 'macOS-12' EVM_EMACS: emacs-27.2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af99662..5b0a05f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false matrix: os: - - macos-11 - macos-12 + - macos-13 - ubuntu-20.04 - ubuntu-22.04 - windows-2019 @@ -31,7 +31,7 @@ jobs: - '28.2' - '29.2' include: - - os: macos-11 + - os: macos-12 emacs-version: '26.3' - os: ubuntu-20.04 emacs-version: '26.3' @@ -63,7 +63,7 @@ jobs: - run: ./bin/test ci-aarch64: - runs-on: macos-11 + runs-on: macos-12 steps: - name: Set up Rust run: |