Browse Source

Updated macos build version and actions.

Brucey 10 months ago
parent
commit
cf695939b8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/macos-arm64-weekly.yml

+ 2 - 2
.github/workflows/macos-arm64-weekly.yml

@@ -7,10 +7,10 @@ on:
 
 jobs:
     build:
-      runs-on: macos-12
+      runs-on: macos-13
       steps:
         - name: Checkout code
-          uses: actions/checkout@v3
+          uses: actions/checkout@v4
   
         - name: Run build script
           run: |