summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/automated-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/automated-build.yml b/.github/workflows/automated-build.yml
index 26b284e..7be4129 100644
--- a/.github/workflows/automated-build.yml
+++ b/.github/workflows/automated-build.yml
@@ -20,7 +20,7 @@ jobs:
- {os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true}
- {os: ubuntu-20.04, target: x86_64-unknown-linux-gnu}
- {os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true}
- - {os: macos-10.15, target: x86_64-apple-darwin}
+ - {os: macos-13, target: x86_64-apple-darwin}
steps:
- name: Checkout source code
uses: actions/checkout@v2