Skip to content

Commit

Permalink
Update github action runners images to latest versions, remove deprec…
Browse files Browse the repository at this point in the history
…ated macos-11 (#390)

* update github action runners images to latest versions

* remove deprecated macos-11

* remove ubuntu-20.04
  • Loading branch information
acavelan authored Jun 27, 2024
1 parent 95aefaa commit a7c725b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,21 @@ jobs:
matrix:
# os: [] #for testing with act
include:
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: g++
target: Linux

- os: ubuntu-20.04
- os: ubuntu-22.04
compiler: g++
target: Linux

- os: macos-12
- os: macos-14
compiler: clang

- os: macos-13
compiler: clang

- os: macos-11
- os: macos-12
compiler: clang

steps:
Expand Down

0 comments on commit a7c725b

Please sign in to comment.