Skip to content

Commit 9321aab

Browse files
authored
CICD: macOS 12 is no longer available in GitHub Actions
1 parent 41159f6 commit 9321aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- { target: i686-pc-windows-msvc , os: windows-2019 }
7777
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
7878
#- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
79-
- { target: x86_64-apple-darwin , os: macos-12 }
79+
- { target: x86_64-apple-darwin , os: macos-13 }
8080
# - { target: x86_64-pc-windows-gnu , os: windows-2019 }
8181
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
8282
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
@@ -85,7 +85,7 @@ jobs:
8585
BUILD_CMD: cargo
8686
steps:
8787
- name: Checkout source code
88-
uses: actions/checkout@v3
88+
uses: actions/checkout@v4
8989

9090
- name: Install prerequisites
9191
shell: bash

0 commit comments

Comments
 (0)