Skip to content

Commit

Permalink
Update macos runner (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Feb 2, 2024
1 parent 044fa73 commit d39136f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ jobs:
matrix:
include:
- target: aarch64-apple-darwin
os: macOS-latest
os: macos-14 # M1 CPU
- target: debian-x86_64
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macOS-latest
os: macos-12 # x64 CPU
- target: x86_64-pc-windows-msvc
os: windows-latest
ext: '.exe'
Expand Down Expand Up @@ -341,6 +341,7 @@ jobs:
- name: Start HTTP Server (MacOS, no Docker)
if: runner.os == 'macos'
run: |
mkdir -p /usr/local/etc/nginx
cat << EOF > /usr/local/etc/nginx/nginx.conf
worker_processes 1;
events {
Expand Down

0 comments on commit d39136f

Please sign in to comment.