Skip to content

Commit

Permalink
fix(ci): drop unsupported macos-11 jobs
Browse files Browse the repository at this point in the history
GitHub dropped support for their macos-11 runners. Switch to macos-12.
  • Loading branch information
strager committed Aug 18, 2024
1 parent fe7caf8 commit 94204cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
matrix:
os:
- {runs_on: windows-latest, name: "Windows", archive_name: "windows", exe_file: "bin/quick-lint-js.exe"}
- {runs_on: macos-11, name: "macOS 11", archive_name: "macos", exe_file: "bin/quick-lint-js"}
- {runs_on: macos-12, name: "macOS 12", archive_name: "macos", exe_file: "bin/quick-lint-js"}
- {runs_on: ubuntu-latest, docker_container: "archlinux:base", name: "Arch Linux", archive_name: "linux", exe_file: "bin/quick-lint-js"}
- {runs_on: ubuntu-latest, docker_container: "debian:bullseye", name: "Debian 11 Bullseye", archive_name: "linux", exe_file: "bin/quick-lint-js"}
Expand Down Expand Up @@ -282,7 +281,6 @@ jobs:
matrix:
os:
- {runs_on: windows-latest, name: "Windows", test_cmd: true}
- {runs_on: macos-11, name: "macOS 11"}
- {runs_on: macos-12, name: "macOS 12"}
- {runs_on: ubuntu-latest, name: "Ubuntu", global_install_command_prefix: "sudo"}
manager:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-homebrew-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
toolchain:
- {runs_on: macos-11, name: "macOS 11"}
- {runs_on: macos-12, name: "macOS 12"}
runs-on: ${{ matrix.toolchain.runs_on }}
env:
Expand Down

0 comments on commit 94204cb

Please sign in to comment.