Skip to content

Commit

Permalink
[CI] Bump to macos-12 and checkout@v4 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored Jul 12, 2024
1 parent aa4a65e commit 4ded308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-llvm-firtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Scala and Coursier
uses: coursier/setup-action@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
strategy:
matrix:
scala-version: ["2.13", "2.12"]
runner: ["ubuntu-20.04", "macos-11", "windows-2019"]
runner: ["ubuntu-20.04", "macos-12", "windows-2019"]
include:
- runner: ubuntu-20.04
os: linux
arch: x64
ext: ""
- runner: macos-11
- runner: macos-12
os: macos
arch: x64
ext: ""
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install wget (Windows)
if: matrix.os == 'windows'
run: choco install wget
Expand Down

0 comments on commit 4ded308

Please sign in to comment.