Skip to content

Commit

Permalink
ci: use macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed May 19, 2024
1 parent dd4bedb commit d635a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-12, ubuntu-latest]
luarocks_version: [3.9.2]
lua_version: [luajit2.1, lua5.1, lua5.2, lua5.3, lua5.4]
openssl_version: [openssl-1.0.2u, openssl-1.1.1w, openssl-3.0.13, openssl-3.1.5, openssl-3.2.1]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d635a04

Please sign in to comment.