Skip to content

Commit

Permalink
Run macOS CI jobs under macOS 12
Browse files Browse the repository at this point in the history
macOS 11 is not supported by GitHub CI runners any longer.
  • Loading branch information
vadz committed Aug 19, 2024
1 parent 36ec2de commit 4707520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Note: the jobs are ordered in the order of decreasing running
# time, as this should minimize the total run-time of all jobs.
- backend: postgresql
runner: macos-11
runner: macos-12
name: PostgreSQL macOS
- backend: oracle
name: Oracle 11
Expand All @@ -50,15 +50,15 @@ jobs:
- backend: mysql
name: MySQL
- backend: sqlite3
runner: macos-11
runner: macos-12
name: SQLite3 macOS
- backend: sqlite3
name: SQLite3 C++17
cxxstd: 17
- backend: sqlite3
name: SQLite3
- backend: empty
runner: macos-11
runner: macos-12
name: Empty macOS
- backend: empty
name: Empty
Expand Down

0 comments on commit 4707520

Please sign in to comment.