We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41159f6 commit 9321aabCopy full SHA for 9321aab
.github/workflows/CICD.yml
@@ -76,7 +76,7 @@ jobs:
76
- { target: i686-pc-windows-msvc , os: windows-2019 }
77
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
78
#- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
79
- - { target: x86_64-apple-darwin , os: macos-12 }
+ - { target: x86_64-apple-darwin , os: macos-13 }
80
# - { target: x86_64-pc-windows-gnu , os: windows-2019 }
81
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
82
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
@@ -85,7 +85,7 @@ jobs:
85
BUILD_CMD: cargo
86
steps:
87
- name: Checkout source code
88
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
89
90
- name: Install prerequisites
91
shell: bash
0 commit comments