Skip to content

Commit

Permalink
CI: Demoting to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed May 4, 2024
1 parent 1b404e8 commit b83751e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: 'macos-latest'
runs-on: 'macos-13'
timeout-minutes: 360
permissions:
# required for all workflows
Expand Down Expand Up @@ -45,11 +45,11 @@ jobs:
# queries: security-extended,security-and-quality
- name: Install Dependencies
run: |
arch -arch arm64 brew update
arch -arch arm64 brew install autoconf-archive autoconf automake libtool m4
arch -arch arm64 brew install wxwidgets tinyxml zstd libpng sqlite
arch -arch arm64 brew install dylibbundler pkg-config
arch -arch arm64 brew install googletest
brew update
brew install autoconf-archive autoconf automake libtool m4
brew install wxwidgets tinyxml zstd libpng sqlite
brew install dylibbundler pkg-config
brew install googletest
#if [ "${{ matrix.os }}" = "macos-latest" ]; then
#elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
# sudo apt-get update
Expand Down

0 comments on commit b83751e

Please sign in to comment.