diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-02-07 16:40:08 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-02-07 17:27:53 +0900 |
| commit | 66d6695f7fe4b7070ae3066d58b060225f52a54c (patch) | |
| tree | 1c3ab362d3166419069be5c6dbd3cdef89de900f /.github | |
| parent | 8407044388e5e7cb533d98f8b4a442db6966f5ea (diff) | |
Try to run with large runner
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a98d414462..93f7ad083e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ permissions: # added using https://github.com/step-security/secure-workflows jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: macos-arm-oss permissions: actions: read # for github/codeql-action/init to get workflow details contents: read # for actions/checkout to fetch code @@ -59,13 +59,10 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install libraries - uses: ./.github/actions/setup/ubuntu + uses: ./.github/actions/setup/macos - uses: ./.github/actions/setup/directories - - name: Remove an obsolete rubygems vendored file - run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb - - name: Initialize CodeQL uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0 with: |
